Skip to content

Conversation

@TerrifiedBug
Copy link
Owner

Summary

  • Add new security config options to README environment variables table
  • Update .env.example and .env.dev with login security and password complexity settings
  • Update Security & Guardrails section with login protection and password policy

New Environment Variables

  • LOGIN_RATE_LIMIT_PER_MINUTE
  • ACCOUNT_LOCKOUT_ATTEMPTS
  • ACCOUNT_LOCKOUT_MINUTES
  • PASSWORD_MIN_LENGTH
  • PASSWORD_REQUIRE_UPPERCASE
  • PASSWORD_REQUIRE_LOWERCASE
  • PASSWORD_REQUIRE_DIGIT
  • PASSWORD_REQUIRE_SPECIAL

Add new security config options to README, .env.example, and .env.dev:
- LOGIN_RATE_LIMIT_PER_MINUTE
- ACCOUNT_LOCKOUT_ATTEMPTS/MINUTES
- PASSWORD_MIN_LENGTH/REQUIRE_UPPERCASE/LOWERCASE/DIGIT/SPECIAL

Update Security & Guardrails section with login protection and password policy.
@TerrifiedBug TerrifiedBug merged commit dfd2052 into main Jan 17, 2026
4 checks passed
@TerrifiedBug TerrifiedBug deleted the feature/auth-hardening branch January 17, 2026 00:14
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.

2 participants