Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-voter

Read [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).