-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently there is no way to refresh the tokens from a server app
refreshSession() does not work because it checks first if the current session is null or no
In a server app it will always be null
It would be nice to have something like supabase-go's RefreshToken
In fact by looking at the code I've seen that you guys have already implemented it, but as a private function
I think that right now, due to the rise of dart server apps, it would be a nice thing to have
I'd be glad to open a PR if you guys agree :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request