Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)