Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ SigningKey
Method
SigningKey
coderd/jwtutils/jws.go:50–50 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
48
49
type
SigningKeyProvider
interface
{
50
SigningKey(ctx context.Context) (id string, key
interface
{}, err error)
51
}
52
53
type
VerifyKeyProvider
interface
{
Callers
1
Sign
Function · 0.65
Implementers
3
key
coderd/jwtutils/jwt_test.go
StaticKey
coderd/jwtutils/jws.go
cache
coderd/cryptokeys/cache.go
Calls
no outgoing calls
Tested by
no test coverage detected