adhocore / php-jwt

Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.2. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
https://github.com/adhocore/php-jwt
MIT License
295 stars 21 forks source link

Unsupported algo PS256 #16

Closed hi2rashid closed 3 years ago

hi2rashid commented 4 years ago

An uncaught Exception was encountered

Type: Ahc\Jwt\JWTException

Message: Unsupported algo PS256

adhocore commented 4 years ago

did you mean to use HS256?

hi2rashid commented 4 years ago

PS256 - https://tools.ietf.org/html/rfc7518

adhocore commented 4 years ago

not yet supported by this library

adhocore commented 3 years ago

closing, no plans to support it anytime soon. might revisit later.