You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a jose library that adds support of Jose (JWA, JWK, JWS, JWE, JWT).
Supported JWT features:
- Signing with all JWS algorithms including EDDSA and ES256K.
- Encrypting with all JWE algorithms including ECDH-1PU.
- Nested JWTs.
- Validation of iss, sub, aud, exp, nbf, iat.
- Support of jti, typ and cty.
0 commit comments