mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
@ -18,7 +18,7 @@ type (
|
|||||||
|
|
||||||
// Signing key to validate token.
|
// Signing key to validate token.
|
||||||
// Required.
|
// Required.
|
||||||
SigningKey []byte `json:"signing_key"`
|
SigningKey interface{} `json:"signing_key"`
|
||||||
|
|
||||||
// Signing method, used to check token signing method.
|
// Signing method, used to check token signing method.
|
||||||
// Optional. Default value HS256.
|
// Optional. Default value HS256.
|
||||||
|
Reference in New Issue
Block a user