lambda-jwt icon indicating copy to clipboard operation
lambda-jwt copied to clipboard

API Gateway Lambda function to support JSON Web Tokens

Results 2 lambda-jwt issues
Sort by recently updated
recently updated
newest added

I'm using lambda-jwt as my customize authorizer. However i faced an issue where same lambda authorizer is shared among many lambda in api gateway. I will getting "Unable to access...

- Avoid `devDependencies` being uploaded with the `node_modules` folder - Switch to Yarn - Pass all data from the JWT to the Authorizer, so it can be used in the...