MCPcopy Index your code
hub / github.com/coder/coder / newKeySigner

Function newKeySigner

tailnet/resume_test.go:94–99  ·  view source on GitHub ↗
(key tailnet.ResumeTokenSigningKey)

Source from the content-addressed store, hash-verified

92}
93
94func newKeySigner(key tailnet.ResumeTokenSigningKey) jwtutils.StaticKey {
95 return jwtutils.StaticKey{
96 ID: "123",
97 Key: key[:],
98 }
99}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected