Ananthakrishnan Baji

Results 12 comments of Ananthakrishnan Baji

@eric-nicular can you share the code snippet?

@madnik7 I believe the token is just for authenticating the user, that means to check if the user is a verified google user and to get users email, the authentication...

Hi @madnik7, `Sign-in` or authentication is login and returns and id token and an access token, and identifies the user behind the machine. `Oauth2` is authorization and returns an access...

@james10424 Can you confirm you didn't see the prompt at all? Once closed manually it will get suppressed ![image](https://user-images.githubusercontent.com/57234359/230345221-38e62b87-80db-4f86-b14b-4776f33f8419.png) Check [here](https://developers.google.com/identity/gsi/web/guides/features#exponential_cool-down) for more info

You cannot logout from the google session from your website https://github.com/devbaji/vue3-google-login/issues/3, can you test again if this issue still exists in iPhone? I tested this in my simulator, but can't...

@cavid90 @Wasabiiiiiii @pine630 @pjkostrzewski @joseperu2503 Sorry for the late reply guys, I can't replicate this issue on my side. I doubt this might be an error shown from [Google 3P...

@Usman-Ejaz If you are using `GoogleLogin` component, once user is logged in, add any conditional logic to prevent it from rendering, once logged in you don't need to use this...

@ram-you You might have some state in client side like isLoggedIn or something like that, based on this you need to render the component for example ```vue ``` This will...

@cleric1501 @MiladRST Sorry for the late reply, is the problem still existing? Please reopen if this is still an issue!

Best approach will be to just use this plugin for authenticate the google user and take the id/email retrieved to create a user on your website and handle your own...