node-lambda-oauth2-jwt-authorizer
node-lambda-oauth2-jwt-authorizer copied to clipboard
OAuth 2.0 Bearer JWT Authorizer for AWS API Gateway
Line 36 gives `TypeError: Assignment to constant variable.` if `resource` is `const`
* switched verifier library to Okta's - retrieves jwks dynamically * updated instrux to offer/encourage option of using static S3 repo along with Lambda env vars - no coding changes...
FYI. The API Gateway has changed recently and in the readme setup instructions the value for Identity source token needs to be changed from "method.request.header.Authorization" to simply "Authorization".
I am trying out the example using a trial Okta account. Not sure what the resource is. What are the valid end-points? With "aws.../event" I get the following error With...