
So I have a business to business model, now In my application it has a webhook, so To access webhook they need a token to access my webhook. I wonder that in appwrite how they generate api token? I want also that kind of algorithm generator for api token. then That token will be stored in my collection. Does the appwrite provide a method for that?
- Note that I am not using the built in api key in appwrite I want my own function.

A token is just a random set of characters. You can create JWTs for them. That's a special type of token that can store data
Recommended threads
- PR Review and Issue Assign?
I am not familiar with how things work here. I know that Issue have to be assigned before solving problem, It is for not wasting contributors time but I like t...
- 500 internal error when trying to access...
Hello team, I am having trouble trying to access my projects in Appwrite. Each time I try to click in a project I want to open it doesn't load immediately and ...
- Appwrite vs. Supabase comparison
Hello! I am working on a team and deciding between Appwrite and Supabase. I am leaning towards Appwrite and decided to look through the Appwrite vs. Supabase co...
