mirror of
https://github.com/labstack/echo.git
synced 2025-01-26 03:20:08 +02:00
499097e061
Some clients send an authorization header containing the "bearer" keyword in lower case. This led to echo responding with "missing or malformed jwt". Request.BasicAuth (net/http) ignores the basic auth scheme's case since a while: https://go-review.googlesource.com/c/go/+/111516/