Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/security-http
Symfony Security Component - HTTP Integration
https://github.com/symfony/security-http
component php symfony symfony-component
Last synced: 5 days ago
JSON representation
Symfony Security Component - HTTP Integration
- Host: GitHub
- URL: https://github.com/symfony/security-http
- Owner: symfony
- License: mit
- Created: 2013-09-18T14:06:45.000Z (over 11 years ago)
- Default Branch: 7.2
- Last Pushed: 2025-01-17T07:35:21.000Z (16 days ago)
- Last Synced: 2025-01-25T22:10:55.612Z (8 days ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/security
- Size: 3.13 MB
- Stars: 1,689
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SecurityEvents.php
Awesome Lists containing this project
README
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
---------------```bash
composer require symfony/security-http
```Sponsor
-------The Security component for Symfony 7.1 is [backed][1] by [SymfonyCasts][2].
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][3] its development!
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)[1]: https://symfony.com/backers
[2]: https://symfonycasts.com
[3]: https://symfony.com/sponsor