hey. does supabase automatically get new access_to...
# off-topic
e
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
No, I believe you need to manage that yourself and get a new key and change it in your Supabase dashboard.
I know the Apple token expires after 6 months and needs to be regenerated in this way.