Skip to content

Hash stored passwords - #1

Open
kriptoburak wants to merge 1 commit into
GabrielCanalli:mainfrom
kriptoburak:codex/hash-passwords-0740
Open

Hash stored passwords#1
kriptoburak wants to merge 1 commit into
GabrielCanalli:mainfrom
kriptoburak:codex/hash-passwords-0740

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary

  • Store new user passwords with Werkzeug password hashes.
  • Verify hashed passwords during login.
  • Rehash legacy plaintext passwords after a successful login.
  • Add regression tests for registration and legacy login.

Validation

  • python -m pytest tests/test_auth.py
  • python -m py_compile app.py tests/test_auth.py
  • git diff --check

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