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

JWT: Add validate() method #284

Merged
merged 1 commit into from
May 11, 2022
Merged

JWT: Add validate() method #284

merged 1 commit into from
May 11, 2022

Conversation

simo5
Copy link
Member

@simo5 simo5 commented May 11, 2022

This allows callers to deserialize() without a key and later validate the
parsed token without having to deserialize() again from scratch.

This allows callers to deserialize() without a key and later validate
the parsed token without having to deserialize() again from scratch.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 merged commit 737361f into latchset:master May 11, 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.

1 participant