Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.61 KB

jwt-auth-bundle

JWT Authentication bundle for Symfony

Requirements

For Symfony < 2.8 please see v1

Installation

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.

Resources

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.

Demo

Symfony API Samples

Auth0 integration

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.

Issue Reporting

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.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.