Skip to content

sesam-community/request-body-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

body-signing-proxy

Signs the hash of the request body as a JWT.

Required properties:

  • SIGNING_KEY - key used to sign the JWT - required
  • JWT_ISSUER - issuer (iss) prop to put in the jwt

Additional properties:

  • HASH_ALGORITM - algoritm used to hash the body, defaults to sha256
  • JWT_EXPIRY - how long the jwt should be valid (in seconds since now) exp prop in the jwt, defaults to 5 minutes
  • TARGET - where to route the requests next, defaults to requested url

About

Signs the hash of the request body as a JWT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •