Skip to content

auth0/php-jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-jwt-example

This is an example of how to decode Auth0's generated tokens in PHP.

It uses firebase/php-jwt.

You have to Base64 url decode your client secret in order to validate.

Usage Instructions

  1. Install the dependencies with Composer: $ composer install
  2. Run: $ php test.php

See <test.php> for code examples.

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.

Releases

No releases published

Packages

No packages published

Languages