Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ VerifyingKey
Method
VerifyingKey
coderd/jwtutils/jws.go:54–54 ·
view source on GitHub ↗
(ctx context.Context, id string)
Source
from the content-addressed store, hash-verified
52
53
type
VerifyKeyProvider
interface
{
54
VerifyingKey(ctx context.Context, id string) (key
interface
{}, err error)
55
}
56
57
// Sign signs a token and returns it as a string.
Callers
1
Verify
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