MCPcopy 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
49type SigningKeyProvider interface {
50 SigningKey(ctx context.Context) (id string, key interface{}, err error)
51}
52
53type VerifyKeyProvider interface {

Callers 1

SignFunction · 0.65

Implementers 3

keycoderd/jwtutils/jwt_test.go
StaticKeycoderd/jwtutils/jws.go
cachecoderd/cryptokeys/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected