Skip to content

Add guard against 'null' token and token parts#602

Merged
SociableSteve merged 1 commit intomasterfrom
bug/601-null-fields
Apr 10, 2026
Merged

Add guard against 'null' token and token parts#602
SociableSteve merged 1 commit intomasterfrom
bug/601-null-fields

Conversation

@SociableSteve
Copy link
Copy Markdown
Contributor

fixes #601

Guard against null in signer payload validation, decoder header validation, and verifier token type check before cache lookup.

Guard against null in signer payload validation, decoder header validation, and verifier token type check before cache lookup.
@SociableSteve SociableSteve self-assigned this Apr 9, 2026
@SociableSteve SociableSteve added the bug Something isn't working label Apr 9, 2026
Copy link
Copy Markdown
Collaborator

@antoatta85 antoatta85 left a comment

Choose a reason for hiding this comment

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

lgtm

@SociableSteve SociableSteve merged commit f6763a4 into master Apr 10, 2026
7 checks passed
@SociableSteve SociableSteve deleted the bug/601-null-fields branch April 10, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

null tokens produce TypeError instead of TokenError

2 participants