jose/lib/jwt
Filip Skokan 0ed5025de3 fix: skip validating iat is in the past when exp is present
validating that iat is in the past is common sense but actually nowhere
defined, in most applications tokens will contain `exp` and for those
it seems requiring a few second leeway just to satisfy `iat` seems
inappropriate
2019-12-17 20:40:23 +01:00
..
decode.js refactor: don't swallow invalid encoding errors 2019-09-25 22:18:47 +02:00
index.js feat: add JWT.sign/verify/decode 2019-02-27 22:38:30 +01:00
shared_validations.js feat: validate JWTs according to a JWT profile - ID Token 2019-07-23 14:50:16 +02:00
sign.js fix: default JWT.sign kid option value is false for HMAC signatures 2019-11-27 22:04:15 +01:00
verify.js fix: skip validating iat is in the past when exp is present 2019-12-17 20:40:23 +01:00