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!