From d9d2165853eaa0fabf5bdf0db91904f71c6884c0 Mon Sep 17 00:00:00 2001 From: Johannes Bosecker Date: Sun, 6 Dec 2020 13:55:41 +0100 Subject: [PATCH] Fixed the visibility of the JWT in an API Gateway V2 Request. --- Sources/AWSLambdaEvents/APIGateway+V2.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/AWSLambdaEvents/APIGateway+V2.swift b/Sources/AWSLambdaEvents/APIGateway+V2.swift index 7b9ab0eb..1f4f0e22 100644 --- a/Sources/AWSLambdaEvents/APIGateway+V2.swift +++ b/Sources/AWSLambdaEvents/APIGateway+V2.swift @@ -37,7 +37,7 @@ extension APIGateway.V2 { public let scopes: [String]? } - let jwt: JWT + public let jwt: JWT } public let accountId: String