Skip to content

feat(jose-jwk): JWK Thumbprint#97

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

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

Conversation

@jakelee8
Copy link
Copy Markdown

@jakelee8 jakelee8 commented Mar 20, 2026

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

Closes #89

@jakelee8 jakelee8 force-pushed the feature/jose-jwk-thumbprint branch 7 times, most recently from 55d9191 to f030abb Compare March 20, 2026 08:13
@jakelee8 jakelee8 changed the title feat(jose-jwk-thumbprint): JWK Thumbprint feat(jose-jkt): JWK Thumbprint Mar 20, 2026
Implement RFC 7638 JWK thumbprint support in the `jose-jkt` crate.
@jakelee8 jakelee8 force-pushed the feature/jose-jwk-thumbprint branch from f030abb to e2e6a90 Compare March 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

@jakelee8 jakelee8 changed the title feat(jose-jkt): JWK Thumbprint feat(jose-jwk): JWK Thumbprint Mar 20, 2026
@jakelee8 jakelee8 force-pushed the feature/jose-jwk-thumbprint branch from bb74ee8 to e675b79 Compare March 20, 2026 18:53
@jakelee8 jakelee8 force-pushed the feature/jose-jwk-thumbprint branch from e675b79 to 9576597 Compare March 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 free to 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