0.1.7 • Published 12 months ago

@fullmetal-fred/node-red-dashboard-2-cloudflare-auth v0.1.7

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
12 months ago

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

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

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

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

  4. 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
0.1.7

12 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago