wulkano/kap

Handle `password` field type for plugin configuration

Open

#637 opened on Feb 23, 2019

View on GitHub
 (8 comments) (2 reactions) (1 assignee)JavaScript (548 forks)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

Repository metrics

Stars
 (11,043 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide