php-jwt icon indicating copy to clipboard operation
php-jwt copied to clipboard

A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator.

Results 1 php-jwt issues
Sort by recently updated
recently updated
newest added

https://github.com/miladrahimi/php-jwt/blob/6555d0d46b396436e5bf64fbc2cecc78ba5c6f27/src/Parser.php#L154 This code line will throw an exception when any other JTW type besides "jwt" is found. This RFC https://datatracker.ietf.org/doc/html/rfc9068 registers the type "at+jwt" for OAuth2 access tokens and I...