nembery / aframe

A minimalistic automation framework designed to create user input forms from various types of APIs and templates.
Apache License 2.0
18 stars 12 forks source link

need an input form widget to generate password hash output #17

Closed nembery closed 6 years ago

nembery commented 6 years ago

useful in device configurations where they require an md5 hash of a password instead of plaintext

nembery commented 6 years ago

closing, using a custom jinja2 filter in the API service instead. No decent js package exists to do this