BasicOIDC/src
Pierre Hubert 65d334b947
All checks were successful
continuous-integration/drone/push Build is passing
Refactor users management
* Shard `src/data/user.rs` into two different files
  * One for user data structure (same file)
  * One for user manipulation (new file: `user_file_entity.rs`)
* Isolate password hashing and verification
2022-11-19 17:52:35 +01:00
..
actors Refactor users management 2022-11-19 17:52:35 +01:00
controllers Refactor users management 2022-11-19 17:52:35 +01:00
data Refactor users management 2022-11-19 17:52:35 +01:00
middlewares Add IP location service 2022-11-12 17:02:34 +01:00
utils Can clear 2FA login history from edit_user page 2022-11-12 11:16:55 +01:00
constants.rs Log all user actions on stdout 2022-11-19 13:38:24 +01:00
lib.rs Add code challenge support 2022-04-14 18:04:01 +02:00
main.rs Refactor users management 2022-11-19 17:52:35 +01:00