guruahn / vue-google-oauth2

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

Can I only get authCode with out access token #53

Closed t-tien closed 1 year ago

t-tien commented 3 years ago

When i use this.$gAuth.getAuthCode() function, I can get authCode but if I open network tab I can see also access_token and more info, I'm only want to get authCode without access_token, can I do this? Thank you!

Screen Shot 2020-12-14 at 10 35 54
guruahn commented 3 years ago

sorry but I don't know about that.

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

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.