9b18b787a9
Add authentication from upstream providers ( #107 )
...
continuous-integration/drone/push Build is passing
Let BasicOIDC delegate authentication to upstream providers (Google, GitHub, GitLab, Keycloak...)
Reviewed-on: #107
2023-04-27 10:10:28 +00:00
99780104e0
Fix logic bug on sign in
2022-12-03 12:43:59 +01:00
85e165bd29
Refactor users management ( #8 )
...
* Update users backend interface signatures
2022-12-03 12:28:11 +01:00
fc6ab00e30
Refactor users management ( #7 )
...
continuous-integration/drone/push Build is passing
* Improve general settings management by admin
2022-11-26 16:06:16 +01:00
f5ac7bf278
Refactor users management ( #6 )
...
* Use asynchronous interface to set authorized clients list
2022-11-26 14:51:08 +01:00
e739b10065
Refactor users management ( #4 )
...
continuous-integration/drone/push Build is passing
* Improve deletion of 2FA factors
2022-11-19 18:35:41 +01:00
ec2f271ed4
Refactor users management ( #3 )
...
continuous-integration/drone/push Build is passing
* Improve creation of 2FA factors
2022-11-19 18:27:08 +01:00
fcf3ec7036
Refactor users management ( #2 )
...
continuous-integration/drone/push Build is passing
* Create UserBackend trait
2022-11-19 18:18:46 +01:00
65d334b947
Refactor users management
...
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
75d894d648
Simplify delete user call syntax
continuous-integration/drone/push Build is passing
2022-11-19 16:46:40 +01:00
0c35400e64
Simplify user update call syntax
2022-11-19 16:43:28 +01:00
b10c48d080
Simplify password change call syntax
2022-11-19 16:41:39 +01:00
cc4a8a962b
User can delete his own 2FA login history
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-12 11:51:24 +01:00
46bf14025b
cargo clippy
continuous-integration/drone/push Build is passing
2022-11-12 11:18:40 +01:00
7a3eaa944e
Start to create 2FA exemption after successful 2FA login
continuous-integration/drone/push Build is failing
2022-11-12 10:24:00 +01:00
af383720b7
Merge factors type for authentication
2022-11-11 12:26:02 +01:00
c7d075f94e
Can delete user account
2022-04-08 17:54:51 +02:00
c9ca23cd82
Can create user accounts
2022-04-07 18:59:48 +02:00
a6acbde093
Dynamically check username
2022-04-07 17:57:10 +02:00
754814f04a
Display the list of users
2022-04-06 18:03:00 +02:00
83e6871997
Can change user password
2022-04-05 17:17:34 +02:00
e1eb64f27c
Display account details
2022-04-04 17:39:23 +02:00
b965fa6b4f
Format code
2022-04-03 15:50:49 +02:00
123dc519af
Disabled accounts can not login
2022-04-03 14:42:16 +02:00
4b8c9fdfdc
Can request new user password on login
2022-04-02 08:30:01 +02:00
6fdac7fbb1
Add communication with user actor
2022-03-30 12:41:22 +02:00
bfe4674f88
Create users actor
2022-03-30 11:40:03 +02:00