Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 738 Bytes

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