No description
Find a file
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
auth Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
hosting Hosting instructions 2022-07-11 22:25:43 -04:00
server Salt Seed, used to generate secrets on client 2022-07-21 19:10:16 -04:00
store Make emails case insensitive (for now). 2022-07-22 16:29:03 -04:00
test_client Salt Seed, used to generate secrets on client 2022-07-21 19:10:16 -04:00
wallet Protocol changes 2022-06-10 15:04:31 -04:00
.gitignore gitignores 2022-06-15 16:14:19 -04:00
go.mod KDF for server password. Save salt in DB. 2022-07-14 22:04:03 -04:00
go.sum KDF for server password. Save salt in DB. 2022-07-14 22:04:03 -04:00
main.go KDF for server password. Save salt in DB. 2022-07-14 22:04:03 -04:00