hey. does supabase automatically get new access_tokens when they expire for third party providers? for example im using Spotify as a provider. When this token expires, will the supabase auth client get a new access token from Spotify?
b
burggraf
05/28/2022, 6:38 PM
No, I believe you need to manage that yourself and get a new key and change it in your Supabase dashboard.
burggraf
05/28/2022, 6:39 PM
I know the Apple token expires after 6 months and needs to be regenerated in this way.