2
0
Commit Graph

3 Commits

Author SHA1 Message Date
Lunny Xiao
21c3c03df5 Fix basic auth with webauthn (#32531) 2024-11-16 17:52:16 +00:00
KN4CK3R
b92e0fe287 Convert to url auth to header auth in tests (#28484)
Related #28390
2023-12-21 23:59:59 +00:00
KN4CK3R
f2dae393a8 Unify two factor check (#27915)
Fixes #27819

We have support for two factor logins with the normal web login and with
basic auth. For basic auth the two factor check was implemented at three
different places and you need to know that this check is necessary. This
PR moves the check into the basic auth itself.
2023-11-06 08:22:39 +00:00