MCPcopy
hub / github.com/golang-jwt/jwt / isNone

Function isNone

cmd/jwt/main.go:310–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308}
309
310func isNone() bool {
311 return *flagAlg == "none"
312}
313
314func algHelp() string {
315 algs := jwt.GetAlgorithms()

Callers 2

verifyTokenFunction · 0.85
signTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected