forgejo/services/auth
KN4CK3R 4f4fea734c
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
..
source
auth.go
auth_test.go
auth_token.go
auth_token_test.go
basic.go
group.go
httpsign.go
interface.go
main_test.go
oauth2.go
reverseproxy.go
session.go
signin.go Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 2023-11-03 01:41:00 +00:00
source.go
sspi.go
sspiauth_posix.go
sspiauth_windows.go
sync.go