Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/habibun/symfony-security
Implements SecurityBundle in symfony
https://github.com/habibun/symfony-security
authentication doctrine ldap login php security symfony symfony-component
Last synced: 8 days ago
JSON representation
Implements SecurityBundle in symfony
- Host: GitHub
- URL: https://github.com/habibun/symfony-security
- Owner: habibun
- License: mit
- Created: 2022-02-21T10:56:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T14:05:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T14:40:52.260Z (2 months ago)
- Topics: authentication, doctrine, ldap, login, php, security, symfony, symfony-component
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symfony-security
Implements SecurityBundle in symfony
| Repository Branch | Security Bundle Version | Symfony Version | PHP Version |
|------------------------------------------------------|-------------------------|-----------------|-----------------|
| [feature-custom-authentication-system-with-guard][1] | `5.1.*` | `5.1.x` | `7.2` or higher |
| [feature-form-login][2] | `5.1.*` | `5.1.x` | `7.2` or higher |
| [feature-form-login-authenticator][3] | `5.1.*` | `5.1.x` | `7.2` or higher |
| [feature-voter][4] | `5.1.*` | `5.1.x` | `7.2` or higher |[1]: https://github.com/habibun/symfony-security/tree/feature-custom-authentication-system-with-guard
[2]: https://github.com/habibun/symfony-security/tree/feature-form-login
[3]: https://github.com/habibun/symfony-security/tree/feature-form-login-authenticator
[4]: https://github.com/habibun/symfony-security/tree/feature-voterRead [The Security Docs](https://symfony.com/doc/5.2/security.html)
Resources
- `feature-custom-authentication-system-with-guard`
- [Custom Authentication System with Guard (API Token Example)](https://symfony.com/doc/5.2/security/guard_authentication.html)- `feature-form-login`
- [How to Build a Login Form)](https://symfony.com/doc/5.2/security/form_login_setup.html)- `feature-form-login-authenticator`
- [Form Login Authenticator)](https://symfony.com/doc/current/security/form_login.html)- `feature-voter`
- [How to Use Voters to Check User Permissions)](https://symfony.com/doc/5.2/security/voters.html)## License
The code is licensed under the [MIT License](https://github.com/habibun/symfony-security/blob/master/LICENSE).