Facebook login not working when using responseType: code #1566
Unanswered
alucardu
asked this question in
Support Requests
Replies: 2 comments
-
Any chance someone taking a look at this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think there was no chance. Though we are trying to update the default options for facebook provider the default options won't update to skip to get the profile data from access token. By default facebook provider is hitting to get profile from any response for both code and token. If we apply code the profile fetch api will failed then is shows complete auth failed. |
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
-
Version
module: 5.0.0-1611574754
nuxt: 2.14.12
Nuxt configuration
mode:
Nuxt configuration
Reproduction
https://codesandbox.io/s/sad-frog-wtrml
What is expected?
Login using the Facebook provider and getting the Facebook code.
What is actually happening?
Nuxt auth is not logging in.
Steps to reproduce
Facebook
button.To resolve the issue:
Additional information
Checklist
I've also created a sandbox with the older version of Nuxt Auth and getting the same issue: https://codesandbox.io/s/festive-tesla-crht7
Beta Was this translation helpful? Give feedback.
All reactions