Skip to content

Enhanced User Authentication System - #6

Draft
AnnaGD wants to merge 5 commits into
mainfrom
form-validation
Draft

Enhanced User Authentication System#6
AnnaGD wants to merge 5 commits into
mainfrom
form-validation

Conversation

@AnnaGD

@AnnaGD AnnaGD commented May 19, 2025

Copy link
Copy Markdown
Owner

closes #7 closes #8 closes #9 closes #10

Focuses solely on the authentication improvements.

Key Changes

  • Implemented password hashing using bcrypt
  • Added input validation (e.g., for usernames, passwords)
  • Refactored auth.py to replace insecure logic
  • Updated or added relevant unit tests in tests/test_auth.py
  • Removed deprecated authentication functions

This PR isolates security-related logic changes, making it easier to audit, test, and review independently of session flow changes.

@AnnaGD AnnaGD self-assigned this May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant