jose/test/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.test.js refactor: don't swallow invalid encoding errors 2019-09-25 22:18:47 +02:00
sign.test.js refactor: improve error message when key use mismatches the operation 2019-12-06 15:35:15 +01:00
verify.test.js fix: skip validating iat is in the past when exp is present 2019-12-17 20:40:23 +01:00