@fullmetal-fred/node-red-dashboard-2-cloudflare-auth

0.1.7 • Public • Published

node-red-dashboard-2-cloudflare-auth

Enables Cloudflare Access user auth information to be passed to Node-RED.

This authentication plugin was made for the fantastic Node-RED Dashboard 2 project by FlowFuse. It enables those using Cloudflare Access to receive user information such as email address in Node-RED anytime they interact with Dashboard elements. This can be useful for configuring authorization (authz) rules, or for per-user scoped reads/writes, etc.

Getting Started

Pre-requisites:

Steps:

  1. Install @flowfuse/node-red-dashboard

  2. Install @fullmetal-fred/node-red-dashboard-2-cloudflare-auth via npm or flows.nodered.org

  3. Create a Dashboard element and wire it up to a debug node set to display the whole msg object (not just payload)

  4. Navigate to your Node-RED dashboard instance via your Cloudflare tunnel, authenticate with Access, and click on the button in your Node-RED dashboard

  5. Navigate back to the Node-RED editor's debug window and see information provided under msg._client.user

Contributing

Pull requests and issues welcome!

In order to develop:

  1. Clone the repo
  2. Optionally run the devcontainer in vscode
  3. 'npm run dev' for local Node-RED instance with the module installed

Package Sidebar

Install

npm i @fullmetal-fred/node-red-dashboard-2-cloudflare-auth

Weekly Downloads

9

Version

0.1.7

License

AGPL-3.0-or-later

Unpacked Size

66.9 kB

Total Files

10

Last publish

Collaborators

  • fullmetal-fred