jose/test/jwt
Filip Skokan 7ba492237a fix: allow any JSON numeric value for timestamp values
> NumericDate
>    A JSON numeric value representing the number of seconds from
>    1970-01-01T00:00:00Z UTC until the specified UTC date/time,
>    ignoring leap seconds.  This is equivalent to the IEEE Std 1003.1,
>    2013 Edition [POSIX.1] definition "Seconds Since the Epoch", in
>    which each day is accounted for by exactly 86400 seconds, other
>    than that non-integer values can be represented.  See RFC 3339
>    [RFC3339] for details regarding date/times in general and UTC in
>    particular.
2020-06-01 14:58:25 +02:00
..
decode.test.js perf: base64url decode, JWT.verify, JWK.Key instance re-use 2020-01-29 20:33:30 +01:00
sign.test.js refactor: improve error message when key use mismatches the operation 2019-12-06 15:35:15 +01:00
unsecured.test.js feat: add opt-in support for Unsecured JWS algorithm "none" 2020-01-23 18:38:00 +01:00
verify.test.js fix: allow any JSON numeric value for timestamp values 2020-06-01 14:58:25 +02:00