Skip to content

smallzero/aws_customauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws_customauth

These projects are intended to help someone trying to secure a webservice through a JWT token. Hopefully it would help someone.

There are three Java Lambda functions, two of them intended to be exposed over API Gateway.

  • Token Generator
  • Token Validator
  • A Simple service that needs to be secured

The Token Generator project generates a JWT token using a username and password. Token Validator is not exposed directly, but acts in validating the JWT token that is sent as a header when calling a simple service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%