guruahn / vue-google-oauth2

🔌 Handling Google sign-in and sign-out for Vue.js applications
MIT License
183 stars 55 forks source link

How can i exchange code from the server, if my client side is running on port 8080 and server is running 5000? #66

Closed Kapil-chn7 closed 1 year ago

Kapil-chn7 commented 3 years ago

How can i exchange code from the server, if my client side is running on port 8080 and server is running 5000? I tried to do this but i got an error, reporting redirect uri mismatch. Thanks in advance

Originally posted by @Kapil-chn7 in https://github.com/guruahn/vue-google-oauth2/issues/53#issuecomment-850949909

guruahn commented 1 year ago

This plugin does not support the new Google authentication system(GIS). You need to migrate by referring to this document. I'm sorry to tell you this news.