vue3-google-signin
vue3-google-signin copied to clipboard
Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
We need a FAQ section on the docs. I see a lot of people coming to discussions thread to understand how to use custom scopes etc. It would be wise...
Currently, we don't add any types to the global namespace, But since we use the `google` library we have all the methods available in the global object. Its nice to...
I have tested the button in Nuxt3 and it works well to log in, but what do I do if I want to log out? Thanks, and sorry if the...
Add `issued_at` and `expires_at` to the `DecodedGoogleUser`.
**Is your feature request related to a problem? Please describe.** Can we have JWT token's `iat` and `exp` fields as part of `DecodedGoogleUser`? **Describe the solution you'd like** If you...
### Memory Leak on server using onetap composable on app.vue I face Memory Leak issue on my nuxt 3 application in production when I use OneTap Composable in my app.vue...
Hi :) 1. Added folders for methods, constants, and states (for global ref) under src, and restructured the folder architecture considering scalability for future method development. 2. Introduced a new...
**Describe the bug** When trying to import the 'vue3-google-signin' library in an ES environment, I encountered a type error indicating the absence of a declaration file for the module. The...
Hello :) **Is your feature request related to a problem? Please describe.** I'm currently facing a limitation with the static assignment of the clientId value. My backend server provides redirect_uri...
Currently, docs for compostables are not clear about accepted options