syastrebov / laravel-jwks-decoder
Package info
github.com/syastrebov/laravel-jwks-decoder
pkg:composer/syastrebov/laravel-jwks-decoder
v0.1
2026-02-25 14:07 UTC
Requires
- php: ^8.4
- firebase/php-jwt: ^7.0
- illuminate/cache: ^12.0
- illuminate/http: ^12.0
- illuminate/support: ^12.0
Requires (Dev)
- laravel/pint: ^1.27
- orchestra/testbench: ^10.9
- phpstan/phpstan: ^2.1
- squizlabs/php_codesniffer: ^4.0
- vimeo/psalm: ^6.15
This package is not auto-updated.
Last update: 2026-02-26 12:22:17 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.