Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial code example for custom authorizer w Auth0 #282

Merged
merged 13 commits into from
Apr 23, 2019

Conversation

ekrengel
Copy link
Contributor

Currently this uses example code from Auth0's repo. I will be converting the JS to Typescript and placing it in the aws-ts-apigateway-auth0/index.ts file.

return data;
},
identityValidationExpression: "^Bearer [-0-9a-zA-Z\._]*$",
authorizerResultTtlInSeconds: 3600,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool. nice to see real uses for these values.

@ekrengel ekrengel marked this pull request as ready for review April 23, 2019 17:00
@ekrengel
Copy link
Contributor Author

@CyrusNajmabadi can do a final review of this so I can merge + link in the blog -- thanks!

Copy link
Member

@lukehoban lukehoban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

aws-ts-apigateway-auth0/README.md Show resolved Hide resolved
@ekrengel ekrengel merged commit 6785662 into master Apr 23, 2019
@pulumi-bot pulumi-bot deleted the ekrengel/custom-authorizer-w-auth0 branch April 23, 2019 21:56
ramene pushed a commit to ramene/pulumi-kubeflow-ml that referenced this pull request Sep 7, 2019
* code example for custom authorizer w Auth0
ramene pushed a commit to ramene/pulumi-kubeflow-ml that referenced this pull request Sep 13, 2019
* code example for custom authorizer w Auth0
dixler pushed a commit that referenced this pull request Jan 21, 2022
* code example for custom authorizer w Auth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants