GoTrue can't persist provider refresh token
Hello,
How are you supposed to persist provider access & refresh tokens currently ? I need access to the provider refresh token as doing request on the backend is a critical feature of my application.
Has there been any update on the status of those 2 issues by the team ?
How are you supposed to persist provider access & refresh tokens currently ? I need access to the provider refresh token as doing request on the backend is a critical feature of my application.
Has there been any update on the status of those 2 issues by the team ?
GitHub
Feature request Is your feature request related to a problem? Please describe. Currently, the data returned from the supabase.auth.session() method, or the supabase.auth.onAuthStateChange() callbac...
GitHub
we recently added the ability to request additional scopes and return the provider_token, we need to figure out the best way to persist this token so it can be used again later, perhaps in the app ...