mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 23:02:54 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
3.2 KiB
3.2 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Log In |
<##head##>
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.
<##head##>
Inputs
| Data | Description |
|---|---|
| Username | <##input:username##>The username of the user that should be logged in.<##input##> |
| Password | <##input:password##>The password of the user that should be logged in.<##input##> |
| Signal | Description |
|---|---|
| Do | <##input:do##>Send 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.<##input##> |
Outputs
| Signal | Description |
|---|---|
| Success | <##output:success##>This event will be triggered if the log in was succesful.<##output##> |
| Failure | <##output:failure##>This 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.<##output##> |
| Data | Description |
|---|---|
| Error | <##output:error##>This output will contain the error message if the log in failed.<##output##> |

