Skip to content

Commit

Permalink
Link to JWT projcts
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaines authored Dec 2, 2016
1 parent f7e94fc commit 7efb391
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -306,4 +313,4 @@ You can use Postman to test the REST API
#### In (modern) browsers console with fetch

fetch( '<url>', { method: 'POST', headers: { Authorization : 'Bearer <id_token>' }}).then(response => { console.log( response );});


0 comments on commit 7efb391

Please sign in to comment.