
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
- appwrite cli alpine os
the appwrite cli does not work on alpine os if you install it using the recommended bash script. Maybe there is the possibility to compile it for alpine using t...
- Account reset to 'Free' status
I have issues with my account basically being reset to the default 'Free' status. We're still being billed but no billiung info in system and no projects etc. N...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
