Commit Graph

19 Commits

Author SHA1 Message Date
da6a494875 Load a list of clients 2022-04-06 17:18:06 +02:00
83e6871997 Can change user password 2022-04-05 17:17:34 +02:00
f21e40d804 Add home route 2022-04-04 17:43:53 +02:00
e1eb64f27c Display account details 2022-04-04 17:39:23 +02:00
9943df4952 Automatically clean failed login attempts 2022-04-03 16:45:25 +02:00
b965fa6b4f Format code 2022-04-03 15:50:49 +02:00
9236b91f12 Block POST requests from unknown origins 2022-04-03 15:48:45 +02:00
9e72e6a044 Delegate session lifetime to actix-identity crate 2022-04-02 17:17:54 +02:00
cb4daa1112 Get identity from middleware 2022-04-02 17:03:51 +02:00
3fdb775308 Start to implement auth middleware 2022-04-02 15:44:09 +02:00
372dfa3f31 User can sign out 2022-04-01 19:05:40 +02:00
eab9bdf7f5 Add actix-identity crate 2022-03-30 16:58:00 +02:00
bfe4674f88 Create users actor 2022-03-30 11:40:03 +02:00
5bc4af399d Ready to implement login page 2022-03-30 10:29:10 +02:00
70df96f286 Migrate to actix 2022-03-30 10:14:39 +02:00
d75242d213 Add assets route 2022-03-30 09:40:46 +02:00
6d8b8979ca Fix coding style issue 2022-03-30 08:42:18 +02:00
b4e8113706 Automatically create admin on first start 2022-03-29 19:32:31 +02:00
2d062320a7 Initial commit 2022-03-29 18:19:23 +02:00