gaurav_chOriginal post
Rank 2: Process
I am trying to create a user using node-appwrite as I am not able to use msg91 for phone auth as the flow id is no more in use for OTP sms.
I am creating a user and want to programmatically create a session. Is creating a user automatically creates a session?
Summary
The user was having trouble creating a user and automatically logging in using node-appwrite. They learned that registering a new user doesn't create a session automatically, so they need to manually do it. They needed to create a session programmatically. The user was informed that node-appwrite doesn't have a create session function because it's a server SDK. The issue was solved by manually creating a session after registering a new user.