Replies: 1 comment 1 reply
-
The documentation seems to be wrong. Looking into the code, it expects you to give signinKey as a string which then gets parsed to JSON.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
After attempting to enable JWT and following the docs, every time I attempt to sign in with Twitch it errors out and in the console it leaves a message saying.
This is happening after I add the signing key and
verificationoptions
to the JWT option in[...nextauth].js
If I remove them the error does not happen but ofcourse nextauth the complains that the jwt is using the auto generated signing key// the signing key was grabbed with the code mentioned in the docs
Beta Was this translation helpful? Give feedback.
All reactions