{"id":18596824,"url":"https://github.com/bytekast/lambda-auth0-authorizer","last_synced_at":"2025-05-16T13:09:39.404Z","repository":{"id":66316921,"uuid":"88707526","full_name":"bytekast/lambda-auth0-authorizer","owner":"bytekast","description":"AWS Lambda Auth0 Authorizer for API Gateway","archived":false,"fork":false,"pushed_at":"2017-04-19T19:30:40.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T23:12:04.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bytekast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-19T06:09:33.000Z","updated_at":"2018-02-15T05:00:29.000Z","dependencies_parsed_at":"2023-02-25T05:00:16.065Z","dependency_job_id":null,"html_url":"https://github.com/bytekast/lambda-auth0-authorizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flambda-auth0-authorizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flambda-auth0-authorizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flambda-auth0-authorizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytekast%2Flambda-auth0-authorizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytekast","download_url":"https://codeload.github.com/bytekast/lambda-auth0-authorizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535828,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T01:25:52.755Z","updated_at":"2025-05-16T13:09:39.385Z","avatar_url":"https://github.com/bytekast.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lambda-auth0-authorizer\nAWS Lambda Auth0 Authorizer for API Gateway\n\nUses [Auth0](https://auth0.com/) for verification. This custom authorizer simply validates the JWT token passed via the `Authorization: Bearer xxxxxxxxxxxxxxxx` API request header.\n\nThe decoded JWT `claims` object is passed to the `context` object of the response. [API Gateway]() then forwards the claims/context to the Lambda function handler. \n\nFor more information about [Custom Authorizers](http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html#api-gateway-custom-authorizer-input), see the [AWS Docs](http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html#api-gateway-custom-authorizer-input).\n\n### Local Development Prerequisites\n\n\u003e Install Gradle\n\n`brew install gradle`\n\u003cbr/\u003e\n\n\n\u003e Install NPM and the Serverless CLI tools\n\n`brew install node`\n\n`npm install serverless -g`\n\u003cbr/\u003e\n\n---\n\n### Required Environment Variables\n\nSee [serverless.yml](serverless.yml#L9)\n\n- `AUTH0_CLIENT_SECRET`\n\n---\n\n### Build and Publish\n\n\u003e To build the project\n\n`gradle clean build`\n\u003cbr/\u003e\n\n\n\u003e To deploy the function to AWS Lambda\n\n`serverless deploy`\n\u003cbr/\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytekast%2Flambda-auth0-authorizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytekast%2Flambda-auth0-authorizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytekast%2Flambda-auth0-authorizer/lists"}