From e9fedf3e5cd63aea4da7a71f6647ee427c62fa49 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Dec 2015 20:31:27 -0500 Subject: Rewrite of the authentication and authorization system --- .../OAuthAuthenticationProviderInterface.php | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 app/Core/Security/OAuthAuthenticationProviderInterface.php (limited to 'app/Core/Security/OAuthAuthenticationProviderInterface.php') diff --git a/app/Core/Security/OAuthAuthenticationProviderInterface.php b/app/Core/Security/OAuthAuthenticationProviderInterface.php new file mode 100644 index 00000000..c32339e0 --- /dev/null +++ b/app/Core/Security/OAuthAuthenticationProviderInterface.php @@ -0,0 +1,46 @@ +