Pinned
Repositories
-
-
- security-bundle Public
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
- security-http Public
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
- security-core Public
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
- http-kernel Public
The HttpKernel component provides a structured process for converting a Request into a Response.