JWT Authentication bundle for Symfony
For Symfony < 2.8 please see v1
To install the dependency, run the following:
composer require auth0/jwt-auth-bundle:"~3.0"
For more information about Composer usage, check their official documentation.
Check out the Symfony API QuickStart Guide to find out more about integrating the bunlde into an existing project or download a pre-configured project.
The Auth0 PHP SDK is used to decode the JWT and if you are woking with Auth0 you can inject to your UserProvider
to get the user profile, example code.
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.