How Do I refresh auth token when using Sign In With Google?
With "Sign In With Google" it seems the user has to confirm being logged in every 30 minutes. Unfortunately, this often happens why interacting with the website. This frustrates users and cause recent changes not to be saved.
This wasn't a problem with the old library where it was possible to refresh the token in background. How to do token refresh with the new library?
It seems there is no API for that:
Have you enabled Automatic sign-in
<div id="g_id_onload"
data-client_id="YOUR_GOOGLE_CLIENT_ID"
data-auto_select="true"
data-login_uri="https://your.domain/your_login_endpoint">
</div>