serverless-sam
Version:
Serverless framework plugin to export AWS SAM templates for a service
13 lines (12 loc) • 330 B
JSON
{
"name": "aws-node-auth0-cognito-custom-authorizers-api",
"version": "1.0.0",
"description": "Authorize your API Gateway with either Auth0 or Cognito RS256 tokens.",
"license": "MIT",
"dependencies": {
"jsonwebtoken": "^7.1.9",
"jwk-to-pem": "^1.2.6",
"request": "^2.82.0"
},
"author": "Shahzeb Khan"
}