Skip to content

Commit

Permalink
📝 typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fullmetal-fred committed Jun 19, 2024
1 parent 623c37f commit 8b1a1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Pre-requisites:

1. Install @flowfuse/node-red-dashboard

2. Install `@fullmetal-fred/node-red-dashboard-2-cloudflare-auth (via NPM currently, not available at flows.nodered.org)
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 the email provided under msg._client.user
5. Navigate back to the Node-RED editor's debug window and see information provided under msg._client.user


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullmetal-fred/node-red-dashboard-2-cloudflare-auth",
"version": "0.1.4",
"version": "0.1.5",
"description": "When used with Cloudflare Access authentication, this plugin will pass the email address of an authenticated user into the _client object under _client.user.email",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8b1a1fd

Please sign in to comment.