Skip to content

fix(jwe-decrypt): skip decrypt when token is missing and strict is false - #13822

Merged
AlinsRan merged 1 commit into
apache:masterfrom
Arjen10:fix/jwe-decrypt-missing-token
Aug 14, 2026
Merged

fix(jwe-decrypt): skip decrypt when token is missing and strict is false#13822
AlinsRan merged 1 commit into
apache:masterfrom
Arjen10:fix/jwe-decrypt-missing-token

Conversation

@Arjen10

@Arjen10 Arjen10 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #13821

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Aug 13, 2026

@membphis membphis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@AlinsRan
AlinsRan merged commit e40857a into apache:master Aug 14, 2026
23 of 24 checks passed
@Arjen10
Arjen10 deleted the fix/jwe-decrypt-missing-token branch August 14, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: the strict configuration of jwe-decrypt plugin does not match the documentation.

4 participants