FestinHegre/vendor/symfony/security-http
2024-09-26 17:26:04 +02:00
..
AccessToken Vendor 2024-09-26 17:26:04 +02:00
Attribute Vendor 2024-09-26 17:26:04 +02:00
Authentication Vendor 2024-09-26 17:26:04 +02:00
Authenticator Vendor 2024-09-26 17:26:04 +02:00
Authorization Vendor 2024-09-26 17:26:04 +02:00
Controller Vendor 2024-09-26 17:26:04 +02:00
EntryPoint Vendor 2024-09-26 17:26:04 +02:00
Event Vendor 2024-09-26 17:26:04 +02:00
EventListener Vendor 2024-09-26 17:26:04 +02:00
Firewall Vendor 2024-09-26 17:26:04 +02:00
Impersonate Vendor 2024-09-26 17:26:04 +02:00
LoginLink Vendor 2024-09-26 17:26:04 +02:00
Logout Vendor 2024-09-26 17:26:04 +02:00
RateLimiter Vendor 2024-09-26 17:26:04 +02:00
RememberMe Vendor 2024-09-26 17:26:04 +02:00
Session Vendor 2024-09-26 17:26:04 +02:00
Util Vendor 2024-09-26 17:26:04 +02:00
AccessMap.php Vendor 2024-09-26 17:26:04 +02:00
AccessMapInterface.php Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
Firewall.php Vendor 2024-09-26 17:26:04 +02:00
FirewallMap.php Vendor 2024-09-26 17:26:04 +02:00
FirewallMapInterface.php Vendor 2024-09-26 17:26:04 +02:00
HttpUtils.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
ParameterBagUtils.php Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
SecurityEvents.php Vendor 2024-09-26 17:26:04 +02:00
SecurityRequestAttributes.php Vendor 2024-09-26 17:26:04 +02:00

Security Component - HTTP Integration

The Security HTTP component provides an HTTP integration of the Security Core component. It allows securing (parts of) your application using firewalls and provides authenticators to authenticate visitors.

Getting Started

composer require symfony/security-http

Sponsor

The Security component for Symfony 7.1 is backed by SymfonyCasts.

Learn Symfony faster by watching real projects being built and actively coding along with them. SymfonyCasts bridges that learning gap, bringing you video tutorials and coding challenges. Code on!

Help Symfony by sponsoring its development!

Resources