mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
add example for https://github.com/kataras/iris/issues/1671
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
var (
|
||||
sigKey = []byte("signature_hmac_secret_shared_key")
|
||||
encKey = []byte("GCM_AES_256_secret_shared_key_32")
|
||||
// encKey = []byte("GCM_AES_256_secret_shared_key_32")
|
||||
)
|
||||
|
||||
type fooClaims struct {
|
||||
|
||||
Reference in New Issue
Block a user