Skip to content

Commit

Permalink
oauth2: Ignores JTI in userinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 24, 2018
1 parent 6d126d6 commit f592754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth2/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func (h *Handler) UserinfoHandler(w http.ResponseWriter, r *http.Request, _ http
delete(interim, "iat")
delete(interim, "rat")
delete(interim, "exp")
delete(interim, "jti")

h.H.Write(w, r, interim)
}
Expand Down

0 comments on commit f592754

Please sign in to comment.