# Log out

The **Log Out** action node logs the current user out of the solution. The user will be redirected to the root path of the current app and shown the login screen.

An alternative to **Log Out** is to append the path `/auth/logout` to the solution's base URL and navigate to this path. Accessing this URL will have the same effect as triggering the action node.

## Settings

### Redirect URL

Set an optional URL path to redirect to after logout. If a path is not specified the user will be redirected to the root of the app.
