mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
parent
87dbea59f7
commit
98061d3ce3
@ -18,7 +18,7 @@ type (
|
||||
|
||||
// Signing key to validate token.
|
||||
// Required.
|
||||
SigningKey []byte `json:"signing_key"`
|
||||
SigningKey interface{} `json:"signing_key"`
|
||||
|
||||
// Signing method, used to check token signing method.
|
||||
// Optional. Default value HS256.
|
||||
|
Loading…
Reference in New Issue
Block a user