Skip to content

security(auth): implement password hashing with per-user salt#73

Open
devstygian wants to merge 7 commits intomainfrom
feature
Open

security(auth): implement password hashing with per-user salt#73
devstygian wants to merge 7 commits intomainfrom
feature

Conversation

@devstygian
Copy link
Copy Markdown
Owner

Summary

Implemented a more secure authentication system.

Changes

  • Added password hashing using password_hash()
  • Implemented per-user salt for added security
  • Updated login verification with password_verify()
  • Improved session handling (session regeneration)

Why

To enhance security and protect user credentials from attacks like rainbow tables and session hijacking.

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