Download the PHP package byu-oit-michael/jwt without Composer
On this page you can find all versions of the php package byu-oit-michael/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jwt
JWT Decoding and Validation for BYU API
Basic JWT Decoding and Validation for calls from BYU's API repository
Requirements
- PHP 7.0+
- OpenSSL extension
Installing via composer
composer require byu-oit-michael/jwt
Usage
The most common use case is simply decoding a JWT:
The output is an array with the original JWT data, plus the standard BYU claims parsed out, e.g.
Note that contains the identifiers for the 'resourceOwner' (i.e. the end user) if present, or the 'client' (i.e. the application owner) if not.
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
firebase/php-jwt Version
~5.0
guzzlehttp/guzzle Version ~6.4
phpseclib/phpseclib Version ~2.0.4
guzzlehttp/guzzle Version ~6.4
phpseclib/phpseclib Version ~2.0.4
The package byu-oit-michael/jwt contains the following files
Loading the files please wait ....