KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
php-jwt-example
★ 43
Open GitHub ↗
Php JWT example.
Download README (.md)
Explore Similar Repositories
php-jwt
:
A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator.
php-jwt
:
JSON Web Tokens (JWT) implementation for PHP 7.
laravel-jwt
:
Simple JWT Auth support for Laravel PHP Framework
php-jwt
:
Convenience library for working with JSON Web Tokens (JWT) in PHP
jwx
:
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
php-jwt-example
?
Download (.md)
# php-jwt-example This is an example of how to decode Auth0's generated tokens in PHP. It uses [firebase/php-jwt](https://github.com/firebase/php-jwt). You have to Base64 url decode your client secret in order to validate. ## Usage Instructions 1. Install the dependencies with [Composer](https://getcomposer.org): `$ 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](https://auth0.com/whitehat) details the procedure for disclosing security issues. ## Author [Auth0](auth0.com) ## License This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.