OAuth2 Strategy stucks at /callback route after authorization #1549
Replies: 3 comments
-
I am currently struggling with the same issue, were you able to solve it? |
Beta Was this translation helpful? Give feedback.
-
im solving this on callback page |
Beta Was this translation helpful? Give feedback.
-
Hello everyone 👋 You can set the token you got with: |
Beta Was this translation helpful? Give feedback.
-
Checklist
Steps to reproduce
I would like to use
oauth2
schema in order to fetchaccessToken
,this is how I set the strategy:
It redirects to
/callback
as expected withcode
as query parametere.g
http://localhost:3000/callback?code=code
And there after nothing happens.
Am I suppose to call
accessToken
linkedIn API insidecallback.vue
?I have no Idea what to do inside
callback.vue
What is expected?
It should call
accessToken
API implicitly after the response ofauthorization
APIWhat is actually happening?
Performance analysis?
Beta Was this translation helpful? Give feedback.
All reactions