Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
94
func
newKeySigner(key tailnet.ResumeTokenSigningKey) jwtutils.StaticKey {
95
return
jwtutils.StaticKey{
96
ID:
"123"
,
97
Key: key[:],
98
}
99
}
Callers
1
TestResumeTokenKeyProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected