Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-auth-pam

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-auth-pam

Provides an authentication mechanism for NodeRED based on PAM

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

node-red-auth-pam

Provides an authentication mechanism for NodeRED based on PAM on Linux

Installing

This requires authenitcate-pam, that requires PAM headers for compilation. Install the package libpam0g-dev with your favorite package manager. On Debian-based distros:

 sudo apt-get install libpam0g-dev

Then install this package on the folder your settings.js is located, typically ~/.node-red, by running

 npm install node-red-auth-pam

Usage

Just require the module and call the returning function, setting the result to adminAuth, as the example below:

// ...
//    }]
//},
adminAuth: require('node-red-auth-pam')(),

// To password protect the node-defined HTTP endpoints (httpNodeRoot), or
// the static content (httpStatic), the following properties can be used.
// ...

Limitations

  • All authenticated users have full access, i.e. no permissions control

Bugs and enhancements

Please open an issue on the page of the project on GitHub, or reach out on the Node-RED forum.

License

Copyright 2017-2020 Smart-Tech, Apache 2.0 license.

Keywords

FAQs

Package last updated on 18 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc