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
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
I’m running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...