
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
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- CORS + 401 Error with Appwrite Authentic...
I'm getting a CORS + 401 Error with Appwrite Authentication Access to fetch at 'https://cloud.appwrite.io/v1/account/sessions/email' from origin 'https://my-c...
- CLI login on self hosted with docker
Hi, I have a working docker setup with traefik in front of the services. Everything works as expected except for login with CLI. I've tried with `appwrite cli...
