You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/auth
KN4CK3R 00705da102
Unify two factor check (#27915) (#27939)
Backport of #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.
1 year ago
..
source Improve LDAP group config documentation (#21227) (#26921) 1 year ago
auth.go Fix attachment download bug (#27486) (#27570) 1 year ago
auth_test.go Fix attachment download bug (#27486) (#27570) 1 year ago
basic.go Unify two factor check (#27915) (#27939) 1 year ago
group.go Fix the error message when the token is incorrect (#25701) (#25836) 2 years ago
httpsign.go refactor auth interface to return error when verify failure (#22119) 2 years ago
interface.go Improve template system and panic recovery (#24461) 2 years ago
middleware.go Unify two factor check (#27915) (#27939) 1 year ago
oauth2.go Fix attachment download bug (#27486) (#27570) 1 year ago
reverseproxy.go Fix attachment download bug (#27486) (#27570) 1 year ago
session.go refactor auth interface to return error when verify failure (#22119) 2 years ago
signin.go Modify OAuth login ui and fix display name, iconurl related logic (#25030) (#25161) 2 years ago
source.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sspi_windows.go Fix SSPI auth panic (#25955) (#25969) 2 years ago
sync.go Implement FSFE REUSE for golang files (#21840) 2 years ago