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
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...