Multiple providers used for getting refresh tokens - question about updating session #3058
Unanswered
mateioprea
asked this question in
Help
Replies: 1 comment 5 replies
-
Have some code? Are you using an Adapter? What version are you on, etc. Your above config doesn't make it easy, you mix v3 and v4 options. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Question 💬
Hi!
I have a quick question about how to handle a certain situation. I've implemented my own credentials login, but right now I'm trying to connect multiple services to my user (google, bing, etc) to manage services in these account (let's say calendars).
Currently, I'm only interested in the refresh and access token. I'm only interested in using nextauth as a "middleman" to get these tokens. Is there any way to ignore the return of
method on custom oauth providers?
Just curious if I'll have to implement the oauth flow by myself in order to not mess with next auth's already created credentials session.
How to reproduce ☕️
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions