Skip to content

feat(jose-jwk): JWK Thumbprint - #97

Open
jakelee8 wants to merge 2 commits into
RustCrypto:masterfrom
jakelee8:feature/jose-jwk-thumbprint
Open

feat(jose-jwk): JWK Thumbprint#97
jakelee8 wants to merge 2 commits into
RustCrypto:masterfrom
jakelee8:feature/jose-jwk-thumbprint

Conversation

@jakelee8

@jakelee8jakelee8 commented Mar 20, 2026

Copy link
Copy Markdown

Implement RFC 7638 JWK thumbprint support in the jose-jwk crate.

Closes#89

@jakelee8
jakelee8force-pushed the feature/jose-jwk-thumbprint branch 7 times, most recently from 55d9191 to f030abbCompareMarch 20, 2026 08:13
@jakelee8jakelee8 changed the title feat(jose-jwk-thumbprint): JWK Thumbprintfeat(jose-jkt): JWK ThumbprintMar 20, 2026
Implement RFC 7638 JWK thumbprint support in the `jose-jkt` crate.
@jakelee8
jakelee8force-pushed the feature/jose-jwk-thumbprint branch from f030abb to e2e6a90CompareMarch 20, 2026 08:14
@tarcieri

Copy link
Copy Markdown
Member

Is there some reason this can't just go in jose-jwk instead of being its own crate? It could potentially even be feature-gated

@jakelee8jakelee8 changed the title feat(jose-jkt): JWK Thumbprintfeat(jose-jwk): JWK ThumbprintMar 20, 2026
@jakelee8
jakelee8force-pushed the feature/jose-jwk-thumbprint branch from bb74ee8 to e675b79CompareMarch 20, 2026 18:53
@jakelee8
jakelee8force-pushed the feature/jose-jwk-thumbprint branch from e675b79 to 9576597CompareMarch 20, 2026 18:53
@jakelee8

Copy link
Copy Markdown
Author

Is there some reason this can't just go in jose-jwk instead of being its own crate? It could potentially even be feature-gated

@valkum suggested a separate crate in #89 (comment)

Implementing JWK Thumbprint in jose-jwk works better with the non-exhaustive Key enum.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jakelee8@tarcieri