endemecio02 / node-red-contrib-httpauth

Node-RED node for HTTP Basic/Digest Auth
GNU General Public License v2.0
8 stars 12 forks source link

Should we assume this node is abandonded? #10

Open hardillb opened 1 year ago

hardillb commented 1 year ago

This node has not had an update in over 8 years and it's current package.json file locks it to only running on version 0.12.x (current version is 20.x).

I have recommended it be removed from flows.nodered.org as it will not currently run on any supported version of NodeJS.

Alkarex commented 10 months ago

I have just forked this project and made several updates, including adding support for storing passwords using bcrypt (current recommended way to handle the storage of credentials)