vue-google-auth
vue-google-auth copied to clipboard
[DEPRECATED] Handling Google sign-in and sign-out for Vue.js applications
Hi, i have problem when login, i tried with 2 accounts, i tried login and then logout from account A, and re login with account B, but keep me logged...
Remove `plus.login` from scope because will be deprecated soon https://github.com/simmatrix/vue-google-auth/issues/19
 See announcement on https://developers.google.com/+/api-shutdown > On March 7, 2019, all Google+ APIs will be shut down. This will be a progressive shutdown beginning in late January, with calls to...
This commit fix the documentation part about clientId.
Allow to config customize scope
When I am trying to use this package in vue component. I am getting this error. `index.js:54 Uncaught (in promise) TypeError: Cannot read property 'getAuthInstance' of undefined at Object.signIn (index.js:54)...
Hi, I started to notice this weird behavior that when I open a page, the Console refreshes and the logs are lost, all of this makes it really hard to...
`config = Object.assign(options, { scope: 'profile email https://www.googleapis.com/auth/plus.login' })` This overwrites any user provided scopes Changing to `config = Object.assign({ scope: 'profile email https://www.googleapis.com/auth/plus.login' }, options)` would preserve expected behavior...
when i tried login in firefox.it shows this error. why is that? works well on chrome... `TypeError: window.gapi is undefined`
how to use this with nuxt.js