You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We saw an issue, that when accidentally specifying an "exp" claim as iso string the exp claim is silently ignored. Imho a JWTDecodeException should be thrown.
We saw an issue, that when accidentally specifying an "exp" claim as iso string the exp claim is silently ignored. Imho a JWTDecodeException should be thrown.
See:
java-jwt/lib/src/main/java/com/auth0/jwt/impl/PayloadDeserializer.java
Line 68 in 7dcea42
The text was updated successfully, but these errors were encountered: