wallet-sync-server/store
Daniel Krol aefda1245b Make emails case insensitive (for now).
Prevents duplicate accounts. Also allows case insensitive search (user id, salt seed, etc) while still having an index. This is done by storing normalized as a separate field from originally formated (which we'll use for sending emails, etc).
2022-07-22 16:29:03 -04:00
..
account_test.go Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
auth_test.go Salt Seed, used to generate secrets on client 2022-07-21 19:10:16 -04:00
password_test.go Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
store.go Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
store_test.go Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
wallet_test.go Salt Seed, used to generate secrets on client 2022-07-21 19:10:16 -04:00