Mosh OntongOriginal post
Rank 5: Hypervisor
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.
Summary
The user wants to create their own API key using a specific algorithm instead of using the built-in API key in Appwrite. They are looking for a method provided by Appwrite to generate this custom API key.