You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the JWT struct on the Context's Authorizer is public, but the jwt instance is not. Is this a design decision?
Is there a better approach? Currently I am getting the token from the request authorization header and decoding manually to get claims.
I have several lambdas on an HTTP APIGateway API.
SwiftAWSLambdaRuntime version/commit hash
0.2.0
Swift & OS version (output of swift --version && uname -a)
Swift 5.2.4@MacOS 10.5/Swift 5.2.5@Amazonlinux2
The text was updated successfully, but these errors were encountered:
Currently the JWT struct on the Context's Authorizer is public, but the jwt instance is not. Is this a design decision?
Is there a better approach? Currently I am getting the token from the request
authorization
header and decoding manually to get claims.I have several lambdas on an HTTP APIGateway API.
SwiftAWSLambdaRuntime version/commit hash
0.2.0
Swift & OS version (output of
swift --version && uname -a
)Swift 5.2.4@MacOS 10.5/Swift 5.2.5@Amazonlinux2
The text was updated successfully, but these errors were encountered: