a2d731bfff
Refactor users management ( #6 )
...
continuous-integration/drone/push Build is passing
* Improve second factor removal by admin
2022-11-26 15:08:36 +01:00
f5ac7bf278
Refactor users management ( #6 )
...
* Use asynchronous interface to set authorized clients list
2022-11-26 14:51:08 +01:00
b68304c976
Refactor users management ( #5 )
...
* Use asynchronous interface to clear 2FA history
2022-11-26 14:18:46 +01:00
3e65555d0f
Add additional comment
continuous-integration/drone/push Build is passing
2022-11-19 18:41:49 +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
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
d06c0352fc
Log all user actions on stdout
continuous-integration/drone/push Build is passing
2022-11-19 13:38:24 +01:00
bfe65b0216
Add IP location service
continuous-integration/drone/push Build is passing
2022-11-12 17:02:34 +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
7e1cbb184d
Can clear 2FA login history from edit_user page
2022-11-12 11:16:55 +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
34b2e609bd
cargo clippy
continuous-integration/drone/push Build is passing
2022-08-24 13:38:12 +02:00
4450a21225
Update webauthn-rs
dependency
2022-08-24 13:33:40 +02:00
433572293b
Display app version for administrators
continuous-integration/drone/push Build is passing
2022-07-22 15:11:30 +02:00
8679b1c367
Fix redirection issue after login
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-22 14:36:39 +02:00
24240ca4fd
Refactor code
2022-07-22 14:28:44 +02:00
07542abf8b
Update actix_identity
continuous-integration/drone/push Build is passing
2022-07-22 12:21:38 +02:00
1c8c471fc6
Fix typo
2022-04-23 21:01:02 +02:00
234e77d08a
Block pages indexing
2022-04-23 20:41:31 +02:00
48112dfed7
Make usage of FatalErrorPage
more convenient
2022-04-23 20:31:09 +02:00
9e345895ff
Managed to authenticate user using Webauthn
2022-04-23 20:17:49 +02:00
1d69ea536f
Get auth challenge
2022-04-23 18:56:14 +02:00
49716a8bf5
Register user security keys
2022-04-21 19:24:43 +02:00
1f0e6d05c8
Generate & return webauthn registration challenge
2022-04-20 21:06:53 +02:00
68cb630339
Automatically display first factor input form if there is only one
2022-04-20 12:06:56 +02:00
0e02b63d93
Refuse to deliver token if code_verifier
is present without code challenge
2022-04-20 09:52:00 +02:00
1e401a0b10
Authentication using TOPT code is working
2022-04-20 09:35:57 +02:00
94aeefe450
Replace type UserID
with a structure
2022-04-19 19:40:36 +02:00
806a085c97
Improve redirect URI management
2022-04-19 19:30:24 +02:00
ce7118ff81
Display form to enter OTP code
2022-04-19 19:24:07 +02:00
c1677071fc
Add a page to choose second factor
2022-04-19 18:27:21 +02:00
3add7a5d37
Rename SecondFactor
=> TwoFactor
2022-04-19 17:57:50 +02:00
9ff4392afb
Replace Option<SecondFactor>
with SecondFactor
2022-04-19 17:56:53 +02:00
5903ec2e8c
Refactor login flow
2022-04-19 17:49:57 +02:00
78d70af510
Administrators can remove two factor authentication
2022-04-19 17:14:05 +02:00
630ebe2ddd
Can remove created factors
2022-04-19 16:17:58 +02:00
8cdb47a139
Rename route
2022-04-19 11:05:41 +02:00
65b5c812b1
Can register Authenticator app
2022-04-19 11:01:31 +02:00
18353f0639
Add form to authenticator page
2022-04-19 10:10:05 +02:00
38eddc1cf0
Generate QrCode to enroll Authenticator App
2022-04-19 09:57:08 +02:00
3023771334
Start to work on 2FA
2022-04-18 19:23:43 +02:00
5cf1f63674
Fix deprecation warnings
2022-04-18 17:13:41 +02:00
fad92c5930
Deprecate dangerous feature
2022-04-18 17:05:26 +02:00
bce601c550
Adapt OpenID discovery route to cluster configuration
2022-04-16 09:06:59 +02:00
937343c5f9
Add email to id_token
2022-04-15 20:34:07 +02:00