This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security/Guard
2020-03-23 13:10:23 +01:00
..
Authenticator Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Firewall Fix more quotes in exception messages 2020-03-16 16:51:59 +01:00
Provider Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Tests [Security] Check if firewall is stateless before checking for session/previous session 2020-03-23 13:10:23 +01:00
Token fixed CS 2019-06-13 12:34:15 +02:00
.gitignore Adding the necessary files so that Guard can be its own installable component 2015-09-23 21:55:58 -04:00
AbstractGuardAuthenticator.php Fix CS 2020-02-04 09:04:52 +01:00
AuthenticatorInterface.php [Security] [Guard] Removed useless param annotations 2019-06-30 11:22:15 +02:00
composer.json [Security\Guard] bump lowest version of security-core 2019-02-17 23:00:14 +01:00
GuardAuthenticatorHandler.php [Security] Check if firewall is stateless before checking for session/previous session 2020-03-23 13:10:23 +01:00
GuardAuthenticatorInterface.php Replace 403 with 401 in onAuthenticationFailure method 2020-02-05 17:32:02 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00

Security Component - Guard

The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.

Resources