Replies: 1 comment
-
Found that this is a popular requested feature and an existing issue is open: #2988 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is it possible to maintain a session and token for two providers simultaneously with JWT?
I'm building an application that will be calling APIs from two separate providers and combining them together. To utilize the app the user will use next-auth to login to each provider and then make the subsequent API calls. However, signing into the second provider wipes out the existing session and token values from the first.
I've been tinkering in the
callback
functions but can't seem to persist both sessions/token values when the user logs into two platforms.Would appreciate any guidance/reference to examples if they exist.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions