Skip to content
Snippets Groups Projects
  1. Oct 22, 2023
  2. Oct 10, 2022
  3. Aug 15, 2022
  4. Feb 12, 2022
  5. Feb 03, 2022
  6. Jan 13, 2022
  7. Oct 13, 2021
  8. Aug 04, 2021
  9. Jul 29, 2021
  10. Jul 14, 2021
  11. Jul 01, 2021
  12. Jun 17, 2021
  13. Jun 12, 2021
  14. Jun 09, 2021
  15. Apr 14, 2021
  16. Apr 09, 2021
  17. Mar 04, 2021
  18. Dec 05, 2020
  19. Sep 16, 2020
  20. Aug 23, 2020
  21. Jun 11, 2020
  22. Jun 05, 2020
  23. May 23, 2020
  24. May 03, 2020
  25. Apr 29, 2020
  26. Apr 14, 2020
    • gnieto's avatar
      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
  27. Apr 12, 2020
Loading