phacman/php-jwt

Compact version: A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.

v1.1.0 2023-10-29 14:45 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:07 UTC


README

A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.

Getting Started

New Lines in private keys

If your private key contains \n characters, be sure to wrap it in double quotes "" and not single quotes '' in order to properly interpret the escaped characters.

License

3-Clause BSD.

Resources