0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 02:44:28 +01:00
gitea/services/auth
zeripath f8ec43dbc7
Extract constant names out for the ReverseProxy and Basic authentication methods (#17735)
In order to reduce load on the GC extract out the constant names of the Basic and ReverseProxy methods.

As mentioned in https://github.com/go-gitea/gitea/pull/15119#discussion_r730352176

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-20 23:33:18 +08:00
..
source A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
auth_test.go
auth.go
basic.go Extract constant names out for the ReverseProxy and Basic authentication methods (#17735) 2021-11-20 23:33:18 +08:00
group.go
interface.go
login_source.go
oauth2.go
placeholder.go
reverseproxy.go Extract constant names out for the ReverseProxy and Basic authentication methods (#17735) 2021-11-20 23:33:18 +08:00
session.go
signin.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
sspi_windows.go
sync.go