Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
daas
jwt-tokenissuer
Commits
9e594463
Commit
9e594463
authored
Apr 11, 2017
by
Morten Knutsen
Browse files
Fix struct tag quote.
parent
16872afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
openid_jwks.go
View file @
9e594463
...
...
@@ -16,7 +16,7 @@ type Key struct {
KType
string
`json:"kty"`
N
string
`json:"n"`
E
string
`json:"e"`
Key
string
`json:x5c"`
Key
string
`json:
"
x5c"`
}
type
JWKS
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment