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
Robin Chalas 343da8c528 minor #31723 [Security] remove deprecated role classes (xabbuh)
This PR was merged into the 5.0-dev branch.

Discussion
----------

[Security] remove deprecated role classes

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

d64372df8c remove deprecated role classes
2019-05-31 21:13:34 +02:00
..
Core minor #31723 [Security] remove deprecated role classes (xabbuh) 2019-05-31 21:13:34 +02:00
Csrf Merge branch '4.4' 2019-05-30 18:12:02 +02:00
Guard Merge branch '4.4' 2019-05-30 18:12:02 +02:00
Http remove deprecated role classes 2019-05-31 20:52:28 +02:00
.gitignore
CHANGELOG.md remove deprecated role classes 2019-05-31 20:52:28 +02:00
composer.json Marked several components as incompatible with EventDispatcher 5. 2019-05-30 09:25:19 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Remove reference to http digest authentication 2018-10-26 09:20:42 +01:00

Security Component

The Security component provides a complete security system for your web application. It ships with facilities for authenticating using HTTP basic, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles.

Resources