fix: change jwtKey to ed25519.PrivateKey
This commit is contained in:
parent
3b1e860256
commit
bf576dfaee
|
@ -20,7 +20,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
var jwtKey = []byte{}
|
||||
var jwtKey = ed25519.PrivateKey{}
|
||||
|
||||
var blocklist *jwt.Blocklist
|
||||
|
||||
|
|
Loading…
Reference in New Issue