You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1336 on January 20, 2022 09:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please excuse my ignorance here but I'm trying to use the
oauth2
scheme withauthorization_code
grant.I have nuxt-auth configured as follows:
Then I call the following and it redirects successfully to my authorize server, which in turn responds with a code to my app:
But the question is how do I then exchange this code for an access_token with my auth server?
Beta Was this translation helpful? Give feedback.
All reactions