Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated last month
0
Follow
Rate limit sign-in requests based on the user's IP address
Rate limit sign-in requests based on the user's IP address
Inactive
0
Follow
G
Gaca
last month
ยท
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
Share
Open in Discord
B
Baptiste
last month
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
B
Baptiste
edited last month
Related code can be found here:
https://github.com/baptisteArno/typebot.io/blob/d3a869498eae47af2cefeac4e0d24dbf37337f52/apps/builder/src/pages/api/auth/%5B...nextauth%5D.ts
G
Gaca
last month
Thank you
Add a reply
Sign up and join the conversation on Discord
Join on Discord