wulkano/kap

Handle `password` field type for plugin configuration

Open

#637 创建于 2019年2月23日

在 GitHub 查看
 (8 评论) (2 反应) (1 负责人)JavaScript (548 fork)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

仓库指标

Star
 (11,043 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南