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
Recommended threads
- Middleware
how to make middleware in nextjs appwrite with client side auth?
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...