devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

SINGUP NEEDED #50

Closed AteebNoOne closed 1 month ago

AteebNoOne commented 9 months ago

It only gives Only give sign in prompt on googleTokenLogin and googleAuthCodeLogin. Want a prompt like context = 'signup' In these 2 functions aswell.

devbaji commented 1 month ago

Sorry this plugin is only intended to use Google's OAuth 2.0 to authenticate users. Once authenticated rest of the user session management logic must be done from your side.

AteebNoOne commented 2 weeks ago

Sorry this plugin is only intended to use Google's OAuth 2.0 to authenticate users. Once authenticated rest of the user session management logic must be done from your side.

Okayy got it thank you, was confused about it