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/modules/auth
zeripath b78448e94e
Skip SSPI authentication attempts for /api/internal (#12556)
* Skip SSPI authentication attempts for /api/internal

SSPI fails badly on authentication attempts to /api/internal which
it can never succesfully authenticate.

Fix #11260

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update oauth2.go

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
..
ldap
oauth2 Use google/uuid to instead satori/go.uuid (#11943) 5 years ago
openid
pam
sso Skip SSPI authentication attempts for /api/internal (#12556) 5 years ago
admin.go Multiple small admin dashboard fixes (#12153) 5 years ago
auth.go
auth_form.go
org.go
repo_branch_form.go
repo_form.go Kanban board (#8346) 5 years ago
repo_form_test.go
user_form.go Add hide activity option (#11353) 5 years ago
user_form_auth_openid.go Fix typo (#11773) 5 years ago
user_form_test.go