Skip to content

SKF/jwt-rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT-rotator

A lambda function for automatically rotation a JSON Web Token.

How to use

  1. Choose a token provider. Here are some recommended ones:

  2. Create a main lambda function in your application. It could look something like this.

  3. Configure a secret using terraform
    TODO: Document examples