nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

fix: Google authorization fix in dev-demo #1437

Closed Intevel closed 1 year ago

Intevel commented 2 years ago

This PR belongs to this Issue #1435

Intevel commented 2 years ago

@bmulholland This is the fix for google auth in demo-app, related to #1393

Intevel commented 2 years ago

I added the Spotify auth provider to this in the oauth2 schema, he put that in this PR for whatever reason.

bmulholland commented 2 years ago

Please separate spotify into a separate PR -- having two things together makes it hard for me to review. You'll need to create a separate branch & PR; anything on your dev branch is going to update this PR here.

bmulholland commented 2 years ago

And thanks again for the help -- really appreciated!

bmulholland commented 2 years ago

Thanks for separating Spotify into a separate PR. Could you please also cut this one down to just the Google auth fix? Then I can review only those changes.

Intevel commented 2 years ago

I moved spotify to #1483

bmulholland commented 2 years ago

Thank you!