Download the PHP package php-solution/jwt-bundle without Composer
On this page you can find all versions of the php package php-solution/jwt-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-solution/jwt-bundle
More information about php-solution/jwt-bundle
Files in php-solution/jwt-bundle
Download php-solution/jwt-bundle
More information about php-solution/jwt-bundle
Files in php-solution/jwt-bundle
Vendor php-solution
Package jwt-bundle
Short Description Symfony bundle for work with JWT.
License MIT
Package jwt-bundle
Short Description Symfony bundle for work with JWT.
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt-bundle
JwtBundle
This bundle allows developer to use "lcobucci/jwt" lib for work with JWT.
Configure JWT Configuration
`
If you want use signer, signing_key, verification_key as DI service use this example: `
Generate the JWT keys
`
Configure JWT Types on config.yaml
You can specify JWT Type on your basic config.yaml. If configuration is null, system set default configuration ` using on controller: ``
Specify service as JWT Type
on service.yaml ` using on controller:
Full Default Configuration
`
All versions of jwt-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
lcobucci/jwt Version ^4.0
symfony/dependency-injection Version >=3.0
symfony/http-kernel Version >=3.0
symfony/config Version >=3.0
lcobucci/jwt Version ^4.0
symfony/dependency-injection Version >=3.0
symfony/http-kernel Version >=3.0
symfony/config Version >=3.0
The package php-solution/jwt-bundle contains the following files
Loading the files please wait ....