wulkano/kap

Handle `password` field type for plugin configuration

開放

#637 建立於 2019年2月23日

 (8 則留言) (2 個反應) (1 位負責人)TypeScript (855 個分叉)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

倉庫指標

星標
 (17,203 顆星)
PR 合併指標
 (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

貢獻者指南