oslo/jwt
Provides utilities for working with JWTs. Supports the following algorithms:
- HMAC:
HS256,HS384,HS512 - ECDSA:
ES256,ES384,ES512 - RSASSA-PKCS1-v1_5:
RS256,RS384,RS512 - RSASSA-PSS:
PS256,PS384,PS512
oslo/jwtProvides utilities for working with JWTs. Supports the following algorithms:
HS256, HS384, HS512ES256, ES384, ES512RS256, RS384, RS512PS256, PS384, PS512