JWT

Class: JSON Web Token implementation, based on this spec: https://tools.ietf.org/html/rfc7519

Source: vendor/firebase/php-jwt/src/JWT.php:26

Used by 0 functions | Uses 0 functions

JWT::verify()

Method: Verify a signature with the message, key and method. Not all methods are symmetric, so we must have a separate verify and sign method.

Source: vendor/firebase/php-jwt/src/JWT.php:263

Used by 0 functions | Uses 0 functions