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 (11,043 stars) (548 forks)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

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

Handle `password` field type for plugin configuration · wulkano/kap#637 | Good First Issue