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

fix(oauth2): correctly handle callback with hash #394

Merged
merged 1 commit into from
Jun 24, 2019
Merged

fix(oauth2): correctly handle callback with hash #394

merged 1 commit into from
Jun 24, 2019

Conversation

mmachatschek
Copy link
Contributor

@mmachatschek mmachatschek commented Jun 24, 2019

This fixes #393

Problem is that with the latest introduction of server-side callback handling #381, the parsing of the hash was removed and therefore the information provided by the oauth clients can not be extracted anymore.

@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #394 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #394   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         1      1           
  Lines         2      2           
===================================
  Hits          2      2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1833143...8476f12. Read the comment docs.

@pi0 pi0 changed the title Fix bug introduced in serverside callback handling fix(oauth2): handle callback with hash Jun 24, 2019
@pi0 pi0 changed the title fix(oauth2): handle callback with hash fix(oauth2): correctly handle callback with hash Jun 24, 2019
@pi0 pi0 merged commit 9cf304f into nuxt-community:dev Jun 24, 2019
@pi0
Copy link
Member

pi0 commented Jun 24, 2019

Thanks @mmachatschek!

@pi0
Copy link
Member

pi0 commented Jun 24, 2019

Landed in 4.8.1

@mmachatschek mmachatschek deleted the fix-ssr-hash-parsing branch June 24, 2019 21:16
tanutsun pushed a commit to tanutsun/auth-module that referenced this pull request Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Google not working with oauth2 server side callback
2 participants