medzuch / jwt-bundle
Symfony bundle wiring medzuch/jwt-php into Symfony Security: issue and verify RFC 9068 access tokens, OIDC ID tokens and custom JWS/JWE. PHP 8.3 and 8.4, Symfony 6.4, 7.4 and 8.x.
Package info
Type:symfony-bundle
pkg:composer/medzuch/jwt-bundle
v0.3.0
2026-08-20 18:22 UTC
Requires
- php: ~8.3.0 || ~8.4.0
- medzuch/jwt-php: ^1.2
- psr/clock: ^1.0
- symfony/config: ^6.4 || ^7.4 || ^8.0
- symfony/dependency-injection: ^6.4 || ^7.4 || ^8.0
- symfony/http-kernel: ^6.4 || ^7.4 || ^8.0
- symfony/security-bundle: ^6.4 || ^7.4 || ^8.0
- symfony/yaml: ^6.4 || ^7.4 || ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- nyholm/psr7: ^1.8
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^12.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
- roave/security-advisories: dev-latest
- symfony/browser-kit: ^6.4 || ^7.4 || ^8.0
- symfony/cache: ^6.4 || ^7.4 || ^8.0
- symfony/console: ^6.4 || ^7.4 || ^8.0
- symfony/error-handler: ^6.4 || ^7.4 || ^8.0
- symfony/framework-bundle: ^6.4 || ^7.4 || ^8.0
- symfony/routing: ^6.4 || ^7.4 || ^8.0
Suggests
- psr/http-client: To consume a remote JWK Set: any PSR-18 client, Symfony's psr18.http_client included
- psr/http-factory: To point a remote JWK Set at a PSR-17 request factory, when the PSR-18 client is not one itself
- psr/simple-cache: To cache a remote JWK Set through a PSR-16 service of your own
- symfony/cache: To cache a remote JWK Set through a PSR-6 pool such as cache.app, which the default wiring wraps
- symfony/console: To run jwt:key:generate, which creates a key and prints the configuration for it
This package is auto-updated.
Last update: 2026-08-24 18:33:31 UTC