Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callback method of oAuth2 strategy not working in SPA #452

Closed
girlcheese opened this issue Sep 11, 2019 · 1 comment · Fixed by #453
Closed

callback method of oAuth2 strategy not working in SPA #452

girlcheese opened this issue Sep 11, 2019 · 1 comment · Fixed by #453
Labels

Comments

@girlcheese
Copy link

Version

4.8.2

Reproduction link

d580649

Steps to reproduce

Configure your site to use an oAuth2 scheme, build a Nuxt site as an SPA (No SSR) and observe that logging in with the 3rd party provider lands you on the callback page - with parameters from the provider in the hash portion of the URL. The linked commit shows that support for SPA was reversed to support for SSR only in a recent PR.

What is expected ?

oAuth2 login should work for a Nuxt site running as an SPA and as a universal site with SSR

What is actually happening?

No support for oAuth2 login when static generated site is deployed

This bug report is available on Nuxt community (#c414)
@ghost ghost added the cmty:bug-report label Sep 11, 2019
@jakul
Copy link
Contributor

jakul commented Sep 11, 2019

Duplicate of #299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants