This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/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>
2020-08-22 12:09:43 +03:00
..
ldap Add restricted user filter to LDAP authentication (#10600) 2020-03-05 08:30:33 +02:00
oauth2 Use google/uuid to instead satori/go.uuid (#11943) 2020-06-18 17:18:44 +08:00
openid
pam Various fixes in login sources (#10428) 2020-02-23 13:52:05 -06:00
sso Skip SSPI authentication attempts for /api/internal (#12556) 2020-08-22 12:09:43 +03:00
admin.go Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
auth.go
auth_form.go Add restricted user filter to LDAP authentication (#10600) 2020-03-05 08:30:33 +02:00
org.go
repo_branch_form.go
repo_form.go Kanban board (#8346) 2020-08-16 23:07:38 -04:00
repo_form_test.go
user_form.go Add hide activity option (#11353) 2020-06-05 16:01:53 -04:00
user_form_auth_openid.go Fix typo (#11773) 2020-06-05 10:34:23 -04:00
user_form_test.go