zquestz / omniauth-google-oauth2

Oauth2 strategy for Google
1.45k stars 413 forks source link

Restore session without prompting user to login again #449

Open esasse opened 1 year ago

esasse commented 1 year ago

When I restore the user session from a cookie, I need to make sure the Google account is still valid without requesting another login. What's the best way to do that?

Thanks!