jose/lib/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.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 fix: allow any JSON numeric value for timestamp values 2020-06-01 14:58:25 +02:00