Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 13 years ago)
- Default Branch: 4.4
- Last Pushed: 2024-04-27T09:08:06.000Z (7 months ago)
- Last Synced: 2024-09-26T04:05:43.008Z (about 1 month ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/security
- Size: 5.33 MB
- Stars: 1,203
- Watchers: 21
- Forks: 56
- 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)