Replies: 1 comment
-
I don't feel like bloating the current interface with JWT profile-specific claim validations or profiles in general. I highly welcome anyone to wrap around jose just exposing profiled jwt validators. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think nonce is an import claim currently missing from
JWTVerifyOptions
inJWTClaimVerificationOptions
type here: https://github.com/panva/jose/blob/main/src/types.d.ts#L502-L544simple workaround is verify nonce against payload.nonce after jwtVerify, but built-in support for nonce is welcomed.
Beta Was this translation helpful? Give feedback.
All reactions