Closed t-tien closed 1 year ago
sorry but I don't know about that.
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
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.
When i use
this.$gAuth.getAuthCode()
function, I can getauthCode
but if I open network tab I can see alsoaccess_token
and more info, I'm only want to getauthCode
withoutaccess_token
, can I do this? Thank you!