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 --- .../Security/AuthenticationProviderInterface.php | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app/Core/Security/AuthenticationProviderInterface.php (limited to 'app/Core/Security/AuthenticationProviderInterface.php') diff --git a/app/Core/Security/AuthenticationProviderInterface.php b/app/Core/Security/AuthenticationProviderInterface.php new file mode 100644 index 00000000..828e272c --- /dev/null +++ b/app/Core/Security/AuthenticationProviderInterface.php @@ -0,0 +1,28 @@ +