mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: ticket provider interface (#6915)
This commit is contained in:
@ -80,7 +80,7 @@ import (
|
||||
"github.com/coder/coder/testutil"
|
||||
)
|
||||
|
||||
// AppSigningKey is a 64-byte key used to sign JWTs for workspace app tickets in
|
||||
// AppSigningKey is a 64-byte key used to sign JWTs for workspace app tokens in
|
||||
// tests.
|
||||
var AppSigningKey = must(hex.DecodeString("64656164626565666465616462656566646561646265656664656164626565666465616462656566646561646265656664656164626565666465616462656566"))
|
||||
|
||||
|
Reference in New Issue
Block a user