Commit Graph

20 Commits

Author SHA1 Message Date
71517bb8b2
Delete testing user afer unit test session 2021-01-06 21:46:29 +01:00
6c7a561fef
Improve readability of password management 2021-01-04 21:09:00 +01:00
6c4d6919d7
Implement password reset 2020-10-08 21:23:19 +02:00
0b53bbaa70
Implement forgot password 2020-10-08 20:47:10 +02:00
3be567c8ac
Rewrite SHA1 verification using passlib primitives 2020-10-05 17:04:40 +02:00
3bb09dbaea
Implement login with secure password rehashing 2020-10-05 15:35:13 +02:00
f37b7392e2
Remove redundant DB query on account activation 2020-10-04 18:58:33 +02:00
ac16b4dfee
Update OTP value and valid time before resend 2020-10-03 14:50:19 +02:00
eb56623bd4
Store password as a hash 2020-09-30 11:27:48 +02:00
d87aade803
Implement OTP verification 2020-09-28 18:19:59 +02:00
d8e90f74fc
Craft proper response for user registration 2020-09-22 13:59:29 +02:00
89d691f51d
Move database dependency from crud to routes 2020-09-11 00:00:48 +02:00
893d618a31
Replace async SQL queries with standard ones 2020-08-01 19:05:18 +02:00
740a81be7c
Fix OTP verification 2020-07-03 13:42:15 +02:00
9638037ece
Modify the query tests to match the test DB 2020-07-03 13:30:01 +02:00
1dd62e1ae0
Migrate DB to sqlite 2020-07-03 02:03:02 +02:00
12d4405654
Migrate to FastAPI with a focus on async code 2020-06-05 01:13:16 +02:00
75843f4927
Add user login and replace pipenv with Nix 2020-05-28 00:53:23 +02:00
66092ba6e3
Add user registration test 2020-05-03 00:45:45 +02:00
9763972575
Fix database models 2020-04-29 00:40:38 +02:00