Supabase auth problem

The Supabase Authentication component exposes RefreshSession, but there is no way to restore a previously saved session after app restart. Please the ability to update the session with the option to specify a token.

Our dearly Ray created this guide, whereby the native Web component done a lot

1 Like

Hi dear

This guide is a bit old and I absolutely need to update it because I found a more efficient/intelligent solution but it works correctly and what you ask corresponds to

refresh_token

2 Likes

Thanks a lot for this information :sparkling_heart:, I will use this method. But still, the stock function is not working properly :melting_face:.

Elaborate :smiling_face_with_sunglasses:

It’s not a bug, it simply doesn’t support authentication.
You can use an access_token, but you have to provide it yourself, so you can use my guide for authentication and then pass the access_token to the native component.

1 Like