conduit/src
gnieto fa9e127a1e Store hashed passwords (#7)
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: Guillem Nieto <gnieto.talo@gmail.com>
2020-04-14 22:25:44 +02:00
..
client_server.rs Store hashed passwords (#7) 2020-04-14 22:25:44 +02:00
data.rs Store hashed passwords (#7) 2020-04-14 22:25:44 +02:00
database.rs feat: invites, better public room dir, user search 2020-04-14 13:59:25 +02:00
main.rs feat: invites, better public room dir, user search 2020-04-14 13:59:25 +02:00
pdu.rs feat: invites, better public room dir, user search 2020-04-14 13:59:25 +02:00
ruma_wrapper.rs feat: read receipts 2020-04-11 23:57:56 +02:00
test.rs Store hashed passwords (#7) 2020-04-14 22:25:44 +02:00
utils.rs Store hashed passwords (#7) 2020-04-14 22:25:44 +02:00