
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
- File tokens regenerate each page reload
Hello, on appwrite 1.7.4, when I create a file token via the API Tokens(appwriteAdminClient)#createFileToken I get a secret, then when I check in the console t...
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
