fix: external auth by using a different auth header (#649)

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-01-29 09:06:30 +00:00
committed by GitHub
parent 14a3b5a417
commit b5e61bc979
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ type authToken struct {
type extractor []string
func (e extractor) ExtractToken(r *http.Request) (string, error) {
token, _ := request.AuthorizationHeaderExtractor.ExtractToken(r)
token, _ := request.HeaderExtractor{"X-Auth"}.ExtractToken(r)
// Checks if the token isn't empty and if it contains two dots.
// The former prevents incompatibility with URLs that previously