IsaiOriginal post
Rank 2: Process
Hi Im doing a new project after de sign up, user is supposed to fill a form that will create a document in the database, document is created but it has no user data in the permisions, this doesnt happen if I log in after creating the account, am I missing something when creating the user to get the session?
Summary
User is experiencing a problem where there is no session after signing up. They are wondering if they need to ask the user to login after account creation. The solution is to make the API call for the login step to ensure the user gets a session.