1.0.0 • Published 4 years ago

@fega/express-jwt-rotative-secrets v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Express JWT FORTE

This is a wrapper of express-jwt but with some enhancements that ensures that you will be using a rotative-enabled key storage.

const jwt = require('@fega/express-jwt-forte');

app.use(jwt({
  secrets:{
    keyId1: secret1,
    keyId2: secret2,
  },
  ...express-jwt config
}))
1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago