What replace ignoreNbf attribute in newer version ? #627
Answered
by
panva
Daniel-Ovejero
asked this question in
Q&A
-
Hello we currently have trouble after migrating to a newer version. Indeed, the ignoreNbf property no longer exist in the VerifyOptions. What would be the replacement for that, or what should we do in order to skip that verification. |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Jan 17, 2024
Replies: 1 comment 1 reply
-
The new versions do not offer to skip claims set timestamp validations. If you want you can use compactVerify to just verify the JWS signature and then proceed with your own validation of the claims set. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Daniel-Ovejero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new versions do not offer to skip claims set timestamp validations.
If you want you can use compactVerify to just verify the JWS signature and then proceed with your own validation of the claims set.