wulkano/kap

Handle `password` field type for plugin configuration

Open

#637 geöffnet am 23. Feb. 2019

Auf GitHub ansehen
 (8 Kommentare) (2 Reaktionen) (1 zugewiesene Person)JavaScript (548 Forks)batch import
Help WantedPriority: MediumStatus: PlannedType: Feature

Repository-Metriken

Stars
 (11.043 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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