noobsOriginal post
Web Developer
Context: I am making server on node express js to get the user's from android and web app to use the api of login to submit their email and verify their email OTP to get authenticated.
Problem: I want a token for futher API calls, so can I use session $id which I get back as token or there's is other ways if I don't want appwrite in the UI/ Android code.
Solution Expected: how to handle authentication and authorization in subsquent request of the user using custom Rest APIs
Summary
Title: Guide for handling authentication in backend server with Appwrite
Message: Developer is creating a Node Express server for user login through an app and asks if they can use the session $id as a token for further API calls. They also want to handle authentication in subsequent requests without using Appwrite in the UI or Android code.
Solution: Implement custom REST APIs for handling authentication and authorization in subsequent user requests.