This package has been deprecated

Author message:

This plugin has been merged into https://www.npmjs.com/package/@flowforge/nr-launcher

@flowforge/nr-auth

1.3.0 • Public • Published

@flowforge/nr-auth

A Node-RED Authentication Plugin for the FlowForge platform.

This plugin provides a complete adminAuth configuration to tie a Node-RED instance to the FlowForge platform.

Configuration

adminAuth: require("@flowforge/nr-auth")({
    baseURL: 'http://localhost:1880',
    forgeURL: 'http://localhost:3000',
    clientID: 'ffp_c3Q_9joF21JiAEUopN9RKc4sJbGZbkmFOM13mT3nlEg',
    clientSecret: 'XjS2D7fYYhFW2yUj5mdDm0Oys8zVRVd0EKIla2iEpgP-vXSBkSy6-qEujLqIf7Og'
})
  • baseURL - the URL for the local Node-RED Admin API
  • forgeURL - the URL for the FlowForge platform instance
  • clientID/clientSecret - credentials for the project created by the FlowForge platform

Readme

Keywords

none

Package Sidebar

Install

npm i @flowforge/nr-auth

Weekly Downloads

0

Version

1.3.0

License

Apache-2.0

Unpacked Size

20.4 kB

Total Files

12

Last publish

Collaborators

  • flowforge