Skip to content
Snippets Groups Projects
  • gnieto's avatar
    fa9e127a
    Store hashed passwords (#7) · fa9e127a
    gnieto authored
    
    Use if let instead of unwrap
    
    Default to invalid password if could not calculate
    
    Move hash password methdo and return Result
    
    Rename get_password method
    
    Default to empty password when no pwd is received
    
    Store hashed passwords
    
    Store passwords hashed with Argon2 and verify password with that stored
    hash.
    
    Co-authored-by: default avatarGuillem Nieto <gnieto.talo@gmail.com>
    fa9e127a
    History
    Store hashed passwords (#7)
    gnieto authored
    
    Use if let instead of unwrap
    
    Default to invalid password if could not calculate
    
    Move hash password methdo and return Result
    
    Rename get_password method
    
    Default to empty password when no pwd is received
    
    Store hashed passwords
    
    Store passwords hashed with Argon2 and verify password with that stored
    hash.
    
    Co-authored-by: default avatarGuillem Nieto <gnieto.talo@gmail.com>