• Stars
    star
    36
  • Rank 735,472 (Top 15 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example Express based REST API in Node.js for my medium.com article on using the AWS Cognito provided JWT tokens in a backend service. Demonstrates downloading of the Cognito JWKS certificates and use of a JWT decoder to verify the claims in a JWT token, all wrapped up in a reusable Express middleware function.