MaximumMaxxOriginal post
Rank 1: Thread
Is it possible to login a user server side? The account api seems to be limited in the Node sdk to only verifying sessions. I’d ideally like my app to work without JS so having to use a client sdk for login is annoying.
See: Lack of session creation on servers
Summary
User is looking to create a server-side session for JWT. They mention that the Appwrite REST API can be used but it requires handling cookies. They are asking if it is possible to login a user server-side without using the client SDK. They also mention the lack of session creation on servers.