Auth-next + FastAPI + Google Login #1551
Unanswered
titogarrido
asked this question in
Support Requests
Replies: 2 comments
-
@titogarrido did you find the solution? If yes, would you mind sharing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately I didn't find the answer yet :( |
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.
-
Hi guys!
I have implemented google auth on my fastapi backend, using oauthlib, there is a snippet here:
It returns a JSON response on my server... I am wondering... how can I send back the
access_token
and therefresh_token
back to the browser so my nuxt-auth-next can set everything and show me logged in?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions