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

Allow generic access to JWT header and payload #251

Merged
merged 11 commits into from
Oct 2, 2022

Conversation

prince-chrismc
Copy link
Collaborator

closes #248 by allow direct access to the JSON. This section of code is only used to debug so it should be better to not have the hassle of the claim wrapping the data

Copy link
Owner

@Thalhammer Thalhammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pretty severe API break though, but given I wanna get rid of claim in the long term anyway I am fine with that.

@prince-chrismc
Copy link
Collaborator Author

Yep! Sever > surprise

This way it's very obvious the need to update the code... instead of not having access to old memeber functions.

@prince-chrismc prince-chrismc merged commit cba92ab into Thalhammer:master Oct 2, 2022
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.

Decode JWT Token (Boost)
2 participants