Skip to content

fix: add auth.security lockout threshold config to prevent 5hr brute-…#415

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
Aiden181:fix/lockout-threshold-config
May 23, 2026
Merged

fix: add auth.security lockout threshold config to prevent 5hr brute-…#415
ralyodio merged 1 commit into
profullstack:masterfrom
Aiden181:fix/lockout-threshold-config

Conversation

@ralyodio
Copy link
Copy Markdown
Contributor

…force lockout

Adds explicit [auth.security] section to Supabase config with max_failed_login_attempts = 10 and lockout_duration = 15m.

Without this section, Supabase GoTrue uses aggressive exponential backoff defaults that lock users out for 5+ hours after repeated failed login attempts.

…force lockout

Adds explicit [auth.security] section to Supabase config with
max_failed_login_attempts = 10 and lockout_duration = 15m.

Without this section, Supabase GoTrue uses aggressive exponential
backoff defaults that lock users out for 5+ hours after repeated
failed login attempts.
@ralyodio ralyodio merged commit 3b6a53d into profullstack:master May 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant