jose/lib/jwt
Filip Skokan 8c0a8a950e feat: update JWT Profile for OAuth 2.0 Access Tokens to latest draft
BREAKING CHANGE: `at+JWT` JWT draft profile - in the draft's Section 2.2
the claims `iat` and `jti` are now REQUIRED (was RECOMMENDED).
2020-04-16 12:09:08 +02:00
..
decode.js perf: various codepaths refactored 2020-02-06 14:18:48 +01:00
index.js feat: exposed shorthands for JWT verification profiles 2020-01-12 16:40:51 +01:00
profiles.js feat: exposed shorthands for JWT verification profiles 2020-01-12 16:40:51 +01:00
shared_validations.js feat: add JWTExpired error and JWTClaimInvalid claim and reason props 2020-01-16 08:49:37 +01:00
sign.js perf: various codepaths refactored 2020-02-06 14:18:48 +01:00
verify.js feat: update JWT Profile for OAuth 2.0 Access Tokens to latest draft 2020-04-16 12:09:08 +02:00