https://github.com/symfony/security
Provides a complete security system for your web application
https://github.com/symfony/security
component php symfony symfony-component
Last synced: 4 months ago
JSON representation
Provides a complete security system for your web application
- Host: GitHub
- URL: https://github.com/symfony/security
- Owner: symfony
- License: mit
- Archived: true
- Created: 2011-02-22T18:05:11.000Z (almost 15 years ago)
- Default Branch: 4.4
- Last Pushed: 2024-04-27T09:08:06.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T16:20:26.337Z (8 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/security
- Size: 5.33 MB
- Stars: 1,204
- Watchers: 20
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
---------
* [Documentation](https://symfony.com/doc/current/components/security.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)