Add custom nonce option instead of always generating a new one if checks: ["nonce"] is set #8893
0x73696d616f
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
No response
Background
My use case is inserting custom information in the id token. It's much easier to use the nonce for all providers then setting custom claims for all of them.
Proposal
With package patch, I was able to get it working with the following diffs on next-auth:
Beta Was this translation helpful? Give feedback.
All reactions