How to retrieve current session? #33764
Unanswered
BasilOmsha
asked this question in
Questions
Replies: 1 comment 2 replies
-
Not really familiar with this environment... but when you do signup, if you have confirm email required (which you normally want) you would not get a session after signup call returns. You will get redirected to siteURL or your redirectTo link which you don't have. Then the createClient there will set up the user session. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the early stages of building an application with ASP .NET Core and React Native and first time using Supabase. I am successfully able to create a user,. However, I am not sure how to retrieve the session of the user created. I read in the documentation, when a user is created a user and a session are returned. I am not sure how do I go about it. Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions