aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/api_twofa_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix basic auth with webauthn (#32531)Lunny Xiao2024-11-161-0/+53
|
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-211-6/+6
| | | Related #28390
* Unify two factor check (#27915)KN4CK3R2023-11-061-0/+55
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.