Replies: 1 comment 1 reply
-
where does your first Also before your last return, are you trying to do destructuring? because it goes the other way. destructured values on the left. Also make sure you read up on the |
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.
-
I'm doing a custom credentials provider that delegate everything to a backend service.
At sign in, custom jwt (from backend service) is store at client side (in form of
next-auth.session-token
cookie). But after that, client cookie is not be updated with new value (missingset-cookie
response header despite being set).Is this an issue or by design? If the latter, is there a way to force updating client cookie for my case?
Beta Was this translation helpful? Give feedback.
All reactions