Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] JsonWebToken should expose more information about headers #3164

Open
keegan-caruso opened this issue Mar 11, 2025 · 0 comments · May be fixed by #3170
Open

[Feature Request] JsonWebToken should expose more information about headers #3164

keegan-caruso opened this issue Mar 11, 2025 · 0 comments · May be fixed by #3170
Assignees
Labels
Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team Public API enhancements

Comments

@keegan-caruso
Copy link
Contributor

keegan-caruso commented Mar 11, 2025

Is your feature request related to a problem? Please describe.

I need a public API to access the JWT header keys, values, and claim value types.

Currently this is only accessible through the JsonWebToken's JsonClaimSet, which is an internal class. JsonClaimSet doesn't needs to be made public.

This would improve the usability of the JsonWebToken class

Describe alternatives you've considered

Reparsing the token is unacceptably high-performance cost.

@keegan-caruso keegan-caruso added Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team Public API enhancements labels Mar 11, 2025
@keegan-caruso keegan-caruso self-assigned this Mar 12, 2025
@keegan-caruso keegan-caruso linked a pull request Mar 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team Public API enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant