We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50227bf commit a3135d9Copy full SHA for a3135d9
pkg/http/middleware/token.go
@@ -25,7 +25,6 @@ var (
25
errMissingAuthorizationHeader = fmt.Errorf("%w: missing required Authorization header", mark.ErrBadRequest)
26
errBadAuthorizationHeader = fmt.Errorf("%w: Authorization header is badly formatted", mark.ErrBadRequest)
27
errUnsupportedAuthorizationHeader = fmt.Errorf("%w: unsupported Authorization header", mark.ErrBadRequest)
28
- errMissingTokenInfoHeader = fmt.Errorf("%w: missing required token info header", mark.ErrBadRequest)
29
)
30
31
var supportedThirdPartyTokenPrefixes = []string{
0 commit comments