My flutter app makes API requests to my NodeJS backend. Now I dont want everyone with the url to make requests to the endpoint. So, i'm creating a JWT token for the signed in user on the app and then sending it in the header. Need help about how to verify it on the server side. Thanks
Hi, please see here once https://appwrite.io/docs/authentication-server
I went through the documentation but didn't actually get it. Need help.
You have to create a new Client from appwrite and then set appwrite endpoint, appwrite projekt id and that JWT. With JWT then the Client on the server will act like a user (server will be able to do things that the user can do according to permissins)
Recommended threads
- 404 page not found
Hey I am trying to run a simple Svelte-kit project on appwrite self-hosted but the logs says: ```bash [13:56:26] [open-runtimes] Build packaging finished. [13:...
- Appwrite for Education
I am writing to report an issue with my account limits. I currently have the GitHub Student Developer Pack active, which should include 10 Appwrite Pro projects...
- Go functions cold start timeout on self-...
Hey everyone — running into a persistent cold start issue with Go functions on self-hosted Appwrite 1.9.0 (Elestio/Hetzner). Looking for how others are handling...