Skip to main content

Samo-logout

Header

Level: Beginner

Keywords: logout page module, user logout, authentication

The result: logout page module

Samo-logout module is used in the page to perform logout. After logging out, user is redirected to defaultGuestPage, which should be configured for the part.

How to implement samo-logout?

samo-logout page - configuration example
{
"title" : "Logout",
"security": {
"loggedIn": true
}
"module": {
"type": "component:dynamic-app/modules/samo-logout"
}
}