1 repo
Strategies for limiting login attempts to prevent unauthorized access via credential guessing.
Distinguishing note: Specifically targets rate-limiting of authentication attempts rather than general API rate limiting.
Explore 1 awesome GitHub repository matching security & cryptography · Brute-Force Protection. Refine with filters or upvote what's useful.
Appsmith is a low-code platform designed for building internal business tools, such as operational dashboards and administrative panels. It enables developers to construct dynamic user interfaces by dragging and dropping modular widgets onto a canvas and binding them directly to backend data sources. The platform utilizes a reactive framework that automatically updates interface elements and triggers functions whenever underlying data or widget properties change, eliminating the need for manual event handling. The platform distinguishes itself through a server-side proxy architecture that exe
Prevents brute-force attacks by locking accounts after repeated failed login attempts.