Recommend this page to a friend! |
Classes of Murat Cileli | Papernic | vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/CHANGELOG.md | Download |
|
DownloadCHANGELOG2.8.0 * deprecated the 2.6.0 * Added the possibility to override the default success/failure handler
to get the provider key and the options injected
* Deprecated the 2.4.0* Added 'host' option to firewall configuration * Added 'csrf_token_generator' and 'csrf_token_id' options to firewall logout listener configuration to supersede/alias 'csrf_provider' and 'intention' respectively * Moved 'security.secure_random' service configuration to FrameworkBundle 2.3.0* allowed for multiple IP address in security access_control rules 2.2.0* Added PBKDF2 Password encoder * Added BCrypt password encoder 2.1.0* [BC BREAK] The custom factories for the firewall configuration are now registered during the build method of bundles instead of being registered by the end-user (you need to remove the 'factories' keys in your security configuration). * [BC BREAK] The Firewall listener is now registered after the Router one. This means that specific Firewall URLs (like /login_check and /logout must now have proper route defined in your routing configuration) * [BC BREAK] refactored the user provider configuration. The configuration changed for the chain provider and the memory provider:
* [BC BREAK] Method * added a validator for the user password
* added 'erase_credentials' as a configuration key (true by default)
* added new events: * Added optional CSRF protection to LogoutListener:
then a LogoutException will be thrown. * Added |