Commit Graph

19 Commits

Author SHA1 Message Date
65d334b947 Refactor users management
All checks were successful
continuous-integration/drone/push Build is passing
* 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
d06c0352fc Log all user actions on stdout
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-19 13:38:24 +01:00
af383720b7 Merge factors type for authentication 2022-11-11 12:26:02 +01:00
1f0e6d05c8 Generate & return webauthn registration challenge 2022-04-20 21:06:53 +02:00
806a085c97 Improve redirect URI management 2022-04-19 19:30:24 +02:00
5903ec2e8c Refactor login flow 2022-04-19 17:49:57 +02:00
38eddc1cf0 Generate QrCode to enroll Authenticator App 2022-04-19 09:57:08 +02:00
94c601119a Use JWT token for access token 2022-04-15 20:08:31 +02:00
819210ae86 Userinfo endpoint is working 2022-04-15 17:04:23 +02:00
45f125a331 Add code challenge support 2022-04-14 18:04:01 +02:00
53a540139c Emit id_token 2022-04-13 19:07:58 +02:00
7978706803 Add openid-connecter discovery route 2022-04-08 18:53:57 +02:00
af903de7c2 Start to build edit user form 2022-04-07 17:04:05 +02:00
da6a494875 Load a list of clients 2022-04-06 17:18:06 +02:00
fc92b9452a Easily get current signed in user in requests 2022-04-05 17:40:33 +02:00
83e6871997 Can change user password 2022-04-05 17:17:34 +02:00
b965fa6b4f Format code 2022-04-03 15:50:49 +02:00
e07dee7fde Redirect user after successful login 2022-04-01 18:59:17 +02:00
b4e8113706 Automatically create admin on first start 2022-03-29 19:32:31 +02:00