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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...