🚀 Feature: Turn off Rate-Limiting for user auth in functions #5614
Labels
product / auth
Fixes and upgrades for the Appwrite Auth / Users / Teams services.
product / functions
Fixes and upgrades for the Appwrite Functions.
🔖 Feature description
Hi,
right now you can't use the email user auth in the users api for checking if a user is valid in a appwrite function, because you hit rate limiting very soon.
It would be perfect if you can turn off the checking internally for functions. this way you could still stay "safe", and know, that you need your own abuse checking if you use those functions.
Right now it seems like I have to turn off rate limiting in general, which somehow feels bad.
Best,
manolo
🎤 Pitch
Could be some setting in the api.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: