swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.13k stars 102 forks source link

Fixed the visibility of the JWT in an API Gateway V2 Request. #178

Closed JBosecker closed 3 years ago

JBosecker commented 3 years ago

Made JWT in API Gateway V2 Request public.

Motivation:

As noted in this issue https://github.com/swift-server/swift-aws-lambda-runtime/issues/166 the JWT instance should be public.

Modifications:

Added the public modifier.

Result:

The JWT instance will be available for consuming modules.

swift-server-bot commented 3 years ago

Can one of the admins verify this patch?

swift-server-bot commented 3 years ago

Can one of the admins verify this patch?

swift-server-bot commented 3 years ago

Can one of the admins verify this patch?

swift-server-bot commented 3 years ago

Can one of the admins verify this patch?

ktoso commented 3 years ago

@swift-server-bot test this please