Download the PHP package jerryhopper/easy-jwt-php without Composer
On this page you can find all versions of the php package jerryhopper/easy-jwt-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jerryhopper/easy-jwt-php
More information about jerryhopper/easy-jwt-php
Files in jerryhopper/easy-jwt-php
Download jerryhopper/easy-jwt-php
More information about jerryhopper/easy-jwt-php
Files in jerryhopper/easy-jwt-php
Vendor jerryhopper
Package easy-jwt-php
Short Description easy jwt decoder using .well-known service discovery
License MIT
Homepage https://github.com/jerryhopper/easy-jwt-php
Package easy-jwt-php
Short Description easy jwt decoder using .well-known service discovery
License MIT
Homepage https://github.com/jerryhopper/easy-jwt-php
Please rate this library. Is it a good library?
Informations about the package easy-jwt-php
easy-jwt-php
Absurdly simple jwt decoder/verifier using .well-known service discovery oauth/openid spec.
.
Installation
`
.
Usage
$token = the obtained JWT token.
$discoveryUrl = the location of the openid discovery information.
(Example: https://fusionauth:9011/.well-known/openid-configuration )
` The result is either a Exception, or the decoded JWT object.
.
Advanced usage
$issuer = false; // Issuer check. False or String.
$audience = false; // Audience check. False or String.
`
.
This library is for PHP7.2 ++
All versions of easy-jwt-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
jerryhopper/service-discovery-php Version ^0.1.10
web-token/jwt-framework Version ^2.0
jerryhopper/service-discovery-php Version ^0.1.10
web-token/jwt-framework Version ^2.0
The package jerryhopper/easy-jwt-php contains the following files
Loading the files please wait ....