devbaji / vue3-google-login

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

Setting type to offline and get long-lived token through refresh token #16

Closed devhus closed 3 months ago

devhus commented 2 years ago

How can i make this library return a refresh token upon login to have a long-lived token through refresh token ?

dyaskur commented 3 months ago

it seems we can not do that using client side, we must use server-side.