Skip to main content

Log In

This node is used to log in users that exist in the Noodl Cloud Service. You need to provide a Username and a Password and then send a signal to the Do action.

Once a user is logged in, their data can be accessed through the User node.

Inputs

DataDescription
UsernameThe username of the user that should be logged in.
PasswordThe password of the user that should be logged in.
SignalDescription
DoSend a signal to this action to log in the user. You need to make sure the Username and Password is connected, these will be sent to the backend for authentication.

Outputs

SignalDescription
SuccessThis event will be triggered if the log in was succesful.
FailureThis event will be triggered if something went wrong while trying to log in the user. The error message can be found in the Error output.
DataDescription
ErrorThis output will contain the error message if the log in failed.