gitea/modules/auth/sso
zeripath b78448e94e
Skip SSPI authentication attempts for /api/internal ()
* Skip SSPI authentication attempts for /api/internal

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

Fix 

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>
..
basic.go Remove check on username if AccessToken authentication ()
interface.go Add single sign-on support via SSPI on Windows ()
oauth2.go Skip SSPI authentication attempts for /api/internal ()
reverseproxy.go Use google/uuid to instead satori/go.uuid ()
session.go Add single sign-on support via SSPI on Windows ()
sso.go Skip SSPI authentication attempts for /api/internal ()
sspi_windows.go Skip SSPI authentication attempts for /api/internal ()