0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 10:24:38 +01:00
gitea/modules/auth/sso
zeripath 6d6a65cf5c
Allow Token/Basic auth on raw paths (#15987)
It appears that people have been using token authentication to navigate to raw paths
and recent changes have broken this. Whilst ideally these paths would not be being used
like this - it was not the intention to be a breaking change.

This PR restores access to these paths.

Fix #13772

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-27 19:46:11 +01:00
..
basic.go Allow Token/Basic auth on raw paths (#15987) 2021-05-27 19:46:11 +01:00
interface.go
oauth2.go
reverseproxy.go Allow Token/Basic auth on raw paths (#15987) 2021-05-27 19:46:11 +01:00
session.go
sso_test.go Allow Token/Basic auth on raw paths (#15987) 2021-05-27 19:46:11 +01:00
sso.go Allow Token/Basic auth on raw paths (#15987) 2021-05-27 19:46:11 +01:00
sspi_windows.go
user.go