1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2016-08-21 09:52:20 -07:00
parent 87dbea59f7
commit 98061d3ce3

View File

@ -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.