Implement password hashing with Argon2 #6

Open
opened 2025-12-16 15:53:19 +01:00 by vikingowl · 0 comments
Owner

Set up secure password hashing.

Tasks

  • Add argon2 crate dependency
  • Implement password hashing function
  • Implement password verification function
  • Configure Argon2 parameters (memory, iterations, parallelism)
Set up secure password hashing. ## Tasks - [ ] Add argon2 crate dependency - [ ] Implement password hashing function - [ ] Implement password verification function - [ ] Configure Argon2 parameters (memory, iterations, parallelism)
vikingowl added this to the M2: Auth Complete milestone 2025-12-16 15:53:19 +01:00
vikingowl added the apiauth labels 2025-12-16 15:53:19 +01:00
vikingowl added this to the Phase 1: Foundation project 2025-12-16 16:05:58 +01:00
Sign in to join this conversation.