-
Hello I want to know how to login the user after receiving the invitation or password change emails in my application. I receive the access_token, refresh_token, access_token, token_type, type from the verify url. previously used the refresh token to log in var session = await _client.Auth.SignIn(Supabase.Gotrue.Constants.SignInType.RefreshToken, refreshToken); and this method to set the session. _client.Auth.SetAuth(session.AccessToken); This method is no longer available. Could you tell me what is the correct way to login? After the invitation sent, I want the user change the password and log in with their new credentials. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Finally the method i shoud use is GetSessionFromUrl() |
Beta Was this translation helpful? Give feedback.
Hi!
Finally the method i shoud use is GetSessionFromUrl()