-
Hello,
I am not able to login, I get this error after obtaining a credential. I am using the most basic example:
```
import {GoogleSignInButton} from "vue3-google-signin";
cons…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v19.7.0`
- Nuxt Version: `3.2.3`
- Nitro Version: `2.2.3`
- Package Manager: `yarn@1.22.19`
- Builder: `vite`
…
-
**Describe the bug**
My build fails when trying to import from vue package in the dist/index.es.js on line 1
**To Reproduce**
I admit I didn't try to reproduce it on another project but on mine i…
-
I'm trying vue3-google-signin in vue3 using tauri as a backend, but this does not work. The browser windows for authentication is opened in the embedded browser and that is disallowed by google polici…
-
### Discussed in https://github.com/syetalabs/vue3-google-signin/discussions/27
by @philippedasilva-orizone
Originally posted by **philippedasilva-orizone** October 23, 2022
Hey,
I thought…
-
The google sign-in button is not showing on a page setup with Quasar and Vite.
I got the following warnings when including the component in a page:
```
runtime-core.esm-bundler.js:38 [Vue warn]: …
-
To work with platforms like Electron/Tauri it's necessary to have a method to do a redirect login flow on system browsers to comply with security policies from google.
As @vincenzoml mentioned he h…
-
Its easier for nuxt users if we provide out of the a box nuxt module
-
Hello,
I am using the lib, working, but cant login or do whatever as I get this on the console:
```
{
"error": "idpiframe_initialization_failed",
"details": "You have created a new cl…
-
### Bug description
My Next.js app is deployed to Vercel and uses a lambda route for a GraphQL server (apollo-server-micro) that is configured with Prisma + Nexus. Lambda cold starts on Vercel lead…