Commit Graph

17 Commits

Author SHA1 Message Date
9b18b787a9 Add authentication from upstream providers (#107)
All checks were successful
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
6d2e52d632 Add default clients (#105)
All checks were successful
continuous-integration/drone/push Build is passing
* Add the possibility to create client enabled by default when creating new accounts
* Can mark clients are granted for all users, regardless of users accounts grants

Reviewed-on: #105
2023-04-15 10:19:15 +00:00
0d8af58e16 Refactor users management (#7)
All checks were successful
continuous-integration/drone/push Build is passing
* Improve user settings page layout
2022-11-26 14:57:12 +01:00
f5ac7bf278 Refactor users management (#6)
* Use asynchronous interface to set authorized clients list
2022-11-26 14:51:08 +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
Some checks failed
continuous-integration/drone/push Build is failing
2022-11-12 10:24:00 +01:00
c24318f6b8 Add 2FA icons to settings pages
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 13:26:09 +01:00
94aeefe450 Replace type UserID with a structure 2022-04-19 19:40:36 +02:00
9ff4392afb Replace Option<SecondFactor> with SecondFactor 2022-04-19 17:56:53 +02:00
78d70af510 Administrators can remove two factor authentication 2022-04-19 17:14:05 +02:00
5cf1f63674 Fix deprecation warnings 2022-04-18 17:13:41 +02:00
46f7f175b4 Fix checkbox selection issue 2022-04-15 22:04:06 +02:00
c9ca23cd82 Can create user accounts 2022-04-07 18:59:48 +02:00
52888b3af7 Automatically join services into single input field on submit 2022-04-07 18:17:58 +02:00
a6acbde093 Dynamically check username 2022-04-07 17:57:10 +02:00
91d71c7006 Start to build edit user form 2022-04-07 17:32:29 +02:00
af903de7c2 Start to build edit user form 2022-04-07 17:04:05 +02:00