Skip to content

Commit

Permalink
Adds use field to well known (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Dec 19, 2017
1 parent e343a61 commit f7353ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsakey/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (h *Handler) WellKnown(w http.ResponseWriter, r *http.Request, _ httprouter
h.H.Write(w, r, &jose.JSONWebKeySet{
Keys: []jose.JSONWebKey{{
Key: key,
Use: "sig",
KeyID: h.M.PublicKeyID(),
Algorithm: h.M.Algorithm(),
}},
Expand Down

0 comments on commit f7353ea

Please sign in to comment.