You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prevent brute force attacks aimed at gaining unauthorized access, rate-limiting should be introduced to the endpoints that handle OTP requests. Given that we already use Sequelize to hold state, we should use Sequelize to track statistics relevant to rate-limiting.
The text was updated successfully, but these errors were encountered:
To prevent brute force attacks aimed at gaining unauthorized access, rate-limiting should be introduced to the endpoints that handle OTP requests. Given that we already use Sequelize to hold state, we should use Sequelize to track statistics relevant to rate-limiting.
The text was updated successfully, but these errors were encountered: