nuxt-community / auth-module

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

Github & Google Authentication in dev-mode Demo App #1435

Closed Intevel closed 2 years ago

Intevel commented 2 years ago

This issue is a sub-thread of #1393

Github authentication does not work in dev-mode of the demo. Currently experimental, I could find that there is a problem in the callback, as soon as you click on Github login and are redirected back to the Nuxt App callback you get stuck in the login screen.

Currently I think the addAuthorize method is the problem,if I log the response and or error in the axios request it works. As soon as I take out the logging it doesn't work, I'm experimenting around and trying to solve the problem.

In agreement with @bmulholland

Intevel commented 2 years ago

This error is extremely confusing, I removed the logging again and rebuilt the module and there are no problems

Intevel commented 2 years ago

Google Auth still not working: 400: invalid_request Parameter not allowed for this message type: code_challenge_method

Additional Issues: #1199, #850