Download the PHP package corviz/jwt without Composer
On this page you can find all versions of the php package corviz/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor corviz
Package jwt
Short Description Lib for generating Json Web Tokens using PHP
License MIT
Package jwt
Short Description Lib for generating Json Web Tokens using PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt
JWT
How to install
Provided signers
Algorithm | Version |
---|---|
HS256 | 1.0 |
HS384 | 1.0 |
HS512 | 1.0 |
Provided claim validators
Claim | Version |
---|---|
exp | 1.0 |
nbf | 1.0 |
Basic Usage
Generating token
Validating and reading values from a token
Validating your private claims
First you have to create your validator
Then all you have to do is assign your validator before running validate() method
All versions of jwt with dependencies
PHP Build Version
Package Version
The package corviz/jwt contains the following files
Loading the files please wait ....