yokai / security-token-bundle
Handle security token manipulation in a Symfony application
Installs: 69 908
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 3
Open Issues: 1
Requires
- php: ^7.4|^8.0
- ext-openssl: *
- doctrine/common: ^3.0
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.7|^3.0
- symfony/framework-bundle: ^4.4|^5.0|^6.0|^7.0
- yokai/dependency-injection: ^1.0
Requires (Dev)
- phpstan/phpstan: ^1.7
- phpunit/phpunit: ^9.5
- symfony/yaml: ^4.4|^5.2|^6.0|^7.0
- symplify/easy-coding-standard: ^11.3
README
This bundle aims to provide a way to generate, store, manage security tokens for web applications.
Each time you need a token for
- an account activation
- a password reset
- etc...
You can use this bundle to generate, consume those tokens. Develop your features, the bundle is taking care of the technical implementation.
Documentation
MIT License
License can be found here.
Authors
The bundle was originally created by Yann Eugoné.
See the list of contributors.
Thank's to Prestaconcept for supporting this bundle.