deprecate authJWTInHTTPQuery and disable JWTs in query parameters (#5648)

This fixes a long standing security flaw. Even though it's a breaking
change, few users should be impacted since this feature has been discouraged
for some time.
This commit is contained in:
Alessandro Ros
2026-04-06 18:03:22 +02:00
committed by GitHub
parent 4472bcfc4b
commit 6d6ebee80d
5 changed files with 14 additions and 12 deletions
+4 -2
View File
@@ -270,6 +270,10 @@ components:
type: string
authJWTClaimKey:
type: string
authJWTInHTTPQuery:
type: boolean
nullable: true
deprecated: true
authJWTIssuer:
type: string
authJWTAudience:
@@ -278,8 +282,6 @@ components:
type: array
items:
$ref: '#/components/schemas/AuthInternalUserPermission'
authJWTInHTTPQuery:
type: boolean
# Control API
api: