gitea/services/auth
Giteabot a8e505a44b
Unify two factor check () ()
Backport  by @KN4CK3R

Fixes 

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.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-11-06 18:07:22 +00:00
..
source Another round of `db.DefaultContext` refactor () () 2023-09-25 19:24:35 +02:00
auth.go Fix attachment download bug () () 2023-10-11 04:39:12 +02:00
auth_test.go Fix attachment download bug () () 2023-10-11 04:39:12 +02:00
basic.go Unify two factor check () () 2023-11-06 18:07:22 +00:00
group.go
httpsign.go
interface.go
oauth2.go Fix attachment download bug () () 2023-10-11 04:39:12 +02:00
reverseproxy.go Fix attachment download bug () () 2023-10-11 04:39:12 +02:00
session.go
signin.go
source.go
sspi.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sspiauth_posix.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sspiauth_windows.go Make SSPI auth mockable () 2023-09-17 23:32:56 +00:00
sync.go