Share feedback, ideas and get community help

Updated last month

Rate limit sign-in requests based on the user's IP address

In Typebot, Redis is used to rate limit sign-in requests based on the user's IP address. This helps prevent brute-force attacks on the login system.
  • Where can I configure the rate limit policy?
B
G
3 comments
The rate limit is not configurable. If you add a Redis config then the following policy will be applied:
1 sign in request every 60s per IP address
Add a reply
Sign up and join the conversation on Discord