1.0.0 • Published 6 years ago

node-red-contrib-nupmes-authentication v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
6 years ago

NuPMESAuthentication

NuPMESAuthentication is a node that requests a login token, which is necessary for different requests to the MES interface. The server is configured in the node properties, and the username + password are to be sent as an input message - this enables the use of a login form in the dashboard. It then requests a token with a POST request and stores the response in the global authtoken variable if it was accepted.

The requested input format is:

{
	userName: "myUserName",
	password: "myPassword"
}

Author: N+P Informationssysteme GmbH License: Apache 2.0