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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- mcp-server-appwrite 0.4 fails on startup...
Iām trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...