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