Sign up method.
authorGreg Burri <greg.burri@gmail.com>
Tue, 22 Nov 2022 00:13:19 +0000 (01:13 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 22 Nov 2022 00:13:19 +0000 (01:13 +0100)
commit5e4e0862477f46a6ea477a56f01fd84e720a9546
treefcbc44b634dfc33ffd4fea7820a4ef57ff145640
parent855eb169737848e21061e637a8d562ccc33c58e8
Sign up method.
beginning of adding methods to create account and authentication.
backend/sql/data_test.sql [new file with mode: 0644]
backend/sql/version_1.sql
backend/src/db.rs
backend/src/hash.rs [new file with mode: 0644]
backend/src/main.rs