NikkyOriginal post
Rank 2: Process
We want to implement the Auth system using node appwrite SDK. For that, we used the bcrypt method to create a user using an email password. And it worked perfectly. Now, we want to create a session for this user, but we couldn't find a way to do that through docs. We're also unsure about how to do JWT login using node appwrite SDK. So any guidance on how we can create a session using node appwrite SDK would be helpful.
Thank you!
Summary
Developers want to create a user session using Node Appwrite SDK after successfully creating a user with bcrypt. They are looking for guidance on how to implement JWT login using the SDK as well.