mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-10 14:22:52 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
2.4 KiB
2.4 KiB
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | Log Out node |
{/##head##/}
Log Out
This node is used to log out a user from the current session. That means that the User node will no longer be able to access user data and that it will trigger the Logged Out event as well as the Authenticated output will be false.
{/##head##/}
Inputs
| Signal | Description |
|---|---|
| Do | {/##input:do##/}Send a signal to this action to logout the user. The user session will be removed from the browser.{/##input##/} |
Outputs
| Signal | Description |
|---|---|
| Success | {/##output:success##/}This event will be triggered if the logout was succesful.{/##output##/} |
| Failure | {/##output:failure##/}This event will be triggered if something went wrong while trying to logout 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 out failed.{/##output##/} |
