syastrebov / laravel-jwks-decoder
Package info
github.com/syastrebov/laravel-jwks-decoder
pkg:composer/syastrebov/laravel-jwks-decoder
v0.2
2026-03-31 18:26 UTC
Requires
- php: ^8.4
- illuminate/cache: ^12.0
- illuminate/http: ^12.0
- illuminate/support: ^12.0
- syastrebov/jwks-decoder: ^0.1.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-03-31 18:35:57 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.