OAuth2 Strategy stucks at /callback route after authorization #1549
Unanswered
RanjeetEppa18
asked this question in
Support Requests
Replies: 3 comments
-
|
I am currently struggling with the same issue, were you able to solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello everyone 👋 You can set the token you got with: |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Steps to reproduce
I would like to use
oauth2schema in order to fetchaccessToken,this is how I set the strategy:
It redirects to
/callbackas expected withcodeas query parametere.g
http://localhost:3000/callback?code=codeAnd there after nothing happens.
Am I suppose to call
accessTokenlinkedIn API insidecallback.vue?I have no Idea what to do inside
callback.vueWhat is expected?
It should call
accessTokenAPI implicitly after the response ofauthorizationAPIWhat is actually happening?
Performance analysis?
Beta Was this translation helpful? Give feedback.
All reactions