jwt
jwt copied to clipboard
Not before claim is not verified on OpenSSL encrypted tokens
When my notBefore claim is set in the future the openssl encrypted token does not verify this. When using the signature option an DecodeException is thrown.
Scenario: I use notBefore(
Hmm, interesting - thanks for reporting! I'll take a look at it.