From 7efb391885586a9cdf39f66eca87df2a4979e60c Mon Sep 17 00:00:00 2001 From: Jason Haines Date: Sat, 3 Dec 2016 09:31:09 +1100 Subject: [PATCH] Link to JWT projcts --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa375bf..028597c 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ Auth0 offers a number of SDKs as well as integrations with AWS. This package gives you the code for a Custom Authorizer that will, with a little configuration, perform Auth0 authentication on API Gateway requests. +### What alternatives are there to this lambda-auth0-authorizer? + +Auth0 uses JWTs. There are several Custom Authorizers for JWTs: +* https://github.com/byu-oit-appdev/aws-jwt-auth +* https://github.com/kopertop/lambda-jwt + + ## Configuration @@ -306,4 +313,4 @@ You can use Postman to test the REST API #### In (modern) browsers console with fetch fetch( '', { method: 'POST', headers: { Authorization : 'Bearer ' }}).then(response => { console.log( response );}); - \ No newline at end of file +