supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
662 stars 155 forks source link

Refresh token is not working #804

Closed elliottetzkorn closed 5 months ago

elliottetzkorn commented 5 months ago

Describe the bug When the session token expires, the refresh token is not automatically firing. Seems related to https://github.com/supabase/auth-helpers/issues/691, https://github.com/supabase/auth-helpers/issues/436. This is a huge problem in my app - it is causing users to be logged out randomly. Please we really need a fix for this.