firebase/php-jwt
Encode and decode JSON Web Tokens (JWT) in PHP per RFC 7519. Supports common signing algorithms, key handling, and optional leeway for clock skew. Install via Composer; libsodium compatible via sodium_compat.
ExpiredException (#604) (f174826)JWT::verify to handle OpenSSL errors.
See #159. Thanks [@bshaffer](https://github.com/bshaffer)!array type hinting to decode method
See #101. Thanks [@hywak](https://github.com/hywak)!$timestamp instead of time() to improve unit testing. See #93 for details. Thanks to [@josephmcdermott](https://github.com/josephmcdermott)!5.2.0 to 5.3.0.\Firebase\JWT namespace. See
#59 for details. Thanks to
[@Dashron](https://github.com/Dashron)!JWT::encode(). See
#53 for details. Thanks to
[@mcocaro](https://github.com/mcocaro)!JWT:decode() that accounts for clock skew
between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)!ArrayAccess interface for
$keys argument in JWT::decode(). Thanks to [@aztech-dev](https://github.com/aztech-dev)!JWT::decode(...) to require an array of supported
algorithms to use when verifying token signatures.How can I help you explore Laravel packages today?