wulkano/kap
Ver no GitHubHandle `password` field type for plugin configuration
Open
#637 aberto em 23 de fev. de 2019
Help WantedPriority: MediumStatus: PlannedType: Feature
Métricas do repositório
- Stars
- (11.043 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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
ajvdefinition for typepassword - Use
bcryptto store the encrpyted password
Related to wulkano/kap/pull/623