Commit Graph

8 Commits

Author SHA1 Message Date
6cc9f4c54c Refactor dependencies to reduce code base size (#111)
All checks were successful
continuous-integration/drone/push Build is passing
Use crates to reduce code base size :

* `actix-remote-ip` to safely determine user IP location
* `light-openid` for the OpenID primitives & as client to handle federation

Reviewed-on: #111
2023-04-29 11:11:24 +00:00
af383720b7 Merge factors type for authentication 2022-11-11 12:26:02 +01:00
45f125a331 Add code challenge support 2022-04-14 18:04:01 +02:00
c9ca23cd82 Can create user accounts 2022-04-07 18:59:48 +02:00
886bae32c8 Enable bruteforce protection on login endpoint 2022-04-03 17:33:01 +02:00
b965fa6b4f Format code 2022-04-03 15:50:49 +02:00
41ee80a077 Refactor sessions management 2022-04-01 22:51:33 +02:00
6fdac7fbb1 Add communication with user actor 2022-03-30 12:41:22 +02:00