Skip to content

fix: pass JSON Web Tokens (JWT) as a header rather than as a request parameter (v2)#4819

Draft
iansergeant42 wants to merge 16 commits into
v2.x.xfrom
reboot/jwt-tokens-passed-in-headers-v2
Draft

fix: pass JSON Web Tokens (JWT) as a header rather than as a request parameter (v2)#4819
iansergeant42 wants to merge 16 commits into
v2.x.xfrom
reboot/jwt-tokens-passed-in-headers-v2

Conversation

@iansergeant42

Copy link
Copy Markdown
Contributor

Description

Prior to this change, JWT are passed between components as request parameters. This change moves their passing to the Authorization header.

Linked to # (issue)
Part of the # (epic)

Type of change

Please delete options that are not relevant.

  • fix: Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The java tests in the area I was working on leverage @nested annotations
  • Any dependent changes have been merged and published in downstream modules

For more details about how should the code look like read the Contributing guideline

@github-actions github-actions Bot added the Sensitive Sensitive change that requires peer review label Jul 16, 2026
@pull-request-size pull-request-size Bot added size/M and removed size/S labels Jul 16, 2026
@iansergeant42
iansergeant42 marked this pull request as ready for review July 17, 2026 10:30
@iansergeant42
iansergeant42 marked this pull request as draft July 17, 2026 14:22
@iansergeant42
iansergeant42 force-pushed the reboot/jwt-tokens-passed-in-headers-v2 branch from b81af98 to 7fd3ac8 Compare July 22, 2026 14:39
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed off by: Ian Sergeant<ian.sergeant@broadcom.com>

Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
@iansergeant42
iansergeant42 force-pushed the reboot/jwt-tokens-passed-in-headers-v2 branch from 7fd3ac8 to 187a22c Compare July 22, 2026 14:44
Signed-off-by: Ian Sergeant <ian.sergeant@broadcom.com>
@pull-request-size pull-request-size Bot added size/L and removed size/M labels Jul 22, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Sensitive Sensitive change that requires peer review size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants