You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for x5t and x5t#S256 header
* Update documentation
* Handle x5t using JWK key finder
* Update documentation and add tests
* Add `include_` prefix to x5t option for consistency
* Do not handle x5c via JWK
* Do not include x5t when export JWK from RSA
* Utilize key_fields instead of manually defining key matching order
* Remove unused method and update README
---------
Co-authored-by: Joakim Antman <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
**Features:**
8
8
9
+
- Add support for x5t header parameter for X.509 certificate thumbprint verification [#669](https://github.com/jwt/ruby-jwt/pull/669) ([@hieuk09](https://github.com/hieuk09))
0 commit comments