This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 additions and 0 deletions

18
vendor/symfony/security/README.md vendored Normal file
View File

@@ -0,0 +1,18 @@
Security Component
==================
The Security component provides a complete security system for your web
application. It ships with facilities for authenticating using HTTP basic or
digest authentication, 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, and it contains an advanced ACL system.
Resources
---------
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)