wulkano/kap

Handle `password` field type for plugin configuration

Open

#637 aperta il 23 feb 2019

Vedi su GitHub
 (8 commenti) (2 reazioni) (1 assegnatario)JavaScript (548 fork)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

Metriche repository

Star
 (11.043 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It would be great to be able to store a password in a secure way in the plugins configuration.

Example:

password: {
      title: 'Password',
      type: 'password',
      required: true
},

This consists of 2 components:

  • Add an ajv definition for type password
  • Use bcrypt to store the encrpyted password

Related to wulkano/kap/pull/623

Guida contributor