mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
parent
87dbea59f7
commit
98061d3ce3
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user