ruby-jwt icon indicating copy to clipboard operation
ruby-jwt copied to clipboard

Support x5t in place of kid

Open szh opened this issue 2 years ago • 0 comments

Enhancement Request

Some JWTs, including those generated by Azure DevOps, do not contain a kid field and instead use the x5t field: https://www.rfc-editor.org/rfc/rfc7515#section-4.1.7

From a cursory look through the code in this library, it seems that this should require some changes in the key_finder.rb file.

szh avatar May 17 '23 14:05 szh