syastrebov / jwks-decoder
v0.1
2026-03-31 18:17 UTC
Requires
- php: ^8.4
- firebase/php-jwt: ^7.0
Requires (Dev)
- laravel/pint: ^1.27
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^13.0
- squizlabs/php_codesniffer: ^4.0
- vimeo/psalm: ^6.15
This package is not auto-updated.
Last update: 2026-04-01 16:37:52 UTC
README
Laravel JWKS Decoder is a package for decoding and validating JSON Web Tokens (JWT) using a JWKS endpoint, featuring automatic key fetching and caching. It enables easy token verification for microservices.