I am currently evaluating AppWrite for a small personal project and I ran into a issue with the REST API.
I am using an HTTP client to evaluate the functionality but the docs seem to be incomplete. I created a user through the dashboard and can successfully log in. A request to /account/sessions/email returns a session token but all endpoints expect a JWT and I can't seem to find any documentation on how to get a JWT on the client-side. If I am not mistaken the /account/jwt endpoint is meant to be used with edge functions.
Recommended threads
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...