Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.
/ security Public archive

Provides a complete security system for your web application

License

Notifications You must be signed in to change notification settings

symfony/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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