mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Fixed godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
bc7b992d23
commit
6dab126f64
@ -69,7 +69,7 @@ var (
|
|||||||
//
|
//
|
||||||
// For valid token, it sets the user in context and calls next handler.
|
// For valid token, it sets the user in context and calls next handler.
|
||||||
// For invalid token, it returns "401 - Unauthorized" error.
|
// For invalid token, it returns "401 - Unauthorized" error.
|
||||||
// For empty or invalid `Authorization` header, it sends "400 - Bad Request".
|
// For empty token, it returns "400 - Bad Request" error.
|
||||||
//
|
//
|
||||||
// See: https://jwt.io/introduction
|
// See: https://jwt.io/introduction
|
||||||
// See `JWTConfig.TokenLookup`
|
// See `JWTConfig.TokenLookup`
|
||||||
|
Loading…
Reference in New Issue
Block a user