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?
registering
a new user won't create a new session, you have to manually do it.
node-appwrite
doesn't have a create session because it's a server SDK
thanks
[SOLVED] create user using node-appwrite and auto login
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...