We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kid
1 parent a5f0b09 commit b82da3eCopy full SHA for b82da3e
token/jwt/jwt_test.go
@@ -21,6 +21,7 @@ import (
21
var header = &Headers{
22
Extra: map[string]interface{}{
23
"foo": "bar",
24
+ "kid": "try-override-key-id",
25
},
26
}
27
0 commit comments