You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is currently blocking me is access_type that allows you to specify offline, which is the only way to get a refresh_token, which is the only way to keep the user logged in for more than 1 hour (when they need to access Google APIs).
Maybe an option like useRuntimeConfig(event).oauth.google.authorizationParams
When authorizing with google, these params are hardcoded
However, several other options can be provided here. See https://developers.google.com/identity/protocols/oauth2/web-server#httprest_3
What is currently blocking me is
access_type
that allows you to specifyoffline
, which is the only way to get arefresh_token
, which is the only way to keep the user logged in for more than 1 hour (when they need to access Google APIs).Maybe an option like
useRuntimeConfig(event).oauth.google.authorizationParams
The text was updated successfully, but these errors were encountered: