Skip to content
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
PHP
Branch: master
Clone or download

Latest commit

nicolas-grekas Merge branch '5.1'
* 5.1:
  Fix abstract method name in PHP doc block
  Various cleanups
  [HttpClient] fix issues in tests
  Fixes sprintf(): Too few arguments in form transformer
  [Console] Fix QuestionHelper::disableStty()
  [Validator] Use Mime component to determine mime type for file validator
  validate subforms in all validation groups
  Update Hungarian translations
  Add meaningful message when Process is not installed (ProcessHelper)
  [Messenger] Change the default notify timeout value for PostgreSQL
  [PropertyAccess] Fix TypeError parsing again.
  [TwigBridge] fix fallback html-to-txt body converter
  [Security/Http] fix merge
  [ErrorHandler] fix setting $trace to null in FatalError
  [Form] add missing Czech validators translation
  [Validator] add missing Czech translations
  never directly validate Existence (Required/Optional) constraints
Latest commit a3dd58e May 30, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Authentication [Security\Core] Fix NoopAuthenticationManager::authenticate() return … May 16, 2020
Authenticator [Security] Improve method signatures (minor) May 9, 2020
Authorization fix phpdoc May 22, 2019
Controller Add return types to tests and final|internal|private methods Aug 21, 2019
EntryPoint Remove unneeded phpdocs Aug 8, 2019
Event Renamed VerifyAuthenticatorCredentialsEvent to CheckPassportEvent May 2, 2020
EventListener Added deprecation for RememberMe services without logout() method May 16, 2020
Firewall Merge branch '5.0' into 5.1 May 30, 2020
Logout
RememberMe Added deprecation for RememberMe services without logout() method May 16, 2020
Session Merge branch '3.4' into 4.4 Mar 15, 2020
Tests Merge branch '5.0' into 5.1 May 30, 2020
Util Turned return type annotations of private methods into php return types. Aug 7, 2019
.gitattributes add missing gitattributes for phpunit-bridge Mar 27, 2020
.gitignore [Security] Split the component into 3 sub-components Core, ACL, HTTP Sep 18, 2013
AccessMap.php [Security][Http] Add type-hints Aug 8, 2019
AccessMapInterface.php [DI] minor docblock fixes Oct 24, 2017
Firewall.php
FirewallMap.php
FirewallMapInterface.php fixed CS Jan 16, 2019
HttpUtils.php [Security][Http] Add type-hints Aug 8, 2019
LICENSE
ParameterBagUtils.php [HttpFoundation] add InputBag Apr 13, 2020
README.md Update links to documentation Jan 4, 2020
SecurityEvents.php Merge branch '2.8' into 3.3 Nov 5, 2017
composer.json Merge branch '5.1' May 20, 2020
phpunit.xml.dist Bump phpunit XSD version to 5.2 Nov 11, 2018

README.md

Security Component - HTTP Integration

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources

You can’t perform that action at this time.