Logout action allows a user with an open session on the Kuika platform to log out of the system securely. With this action, the user's authentication is terminated and their access permissions in the application are disabled. Access to the application cannot be gained until the user logs in again.
Technical Features
In a mobile application, when a user enters the ‘Settings’ tab and clicks the ‘Logout’ button, they want to securely close their session on the system and be redirected to the login screen.
Application Flow:
Purpose
Closing Notification: A Notify action can be added to inform the user that they have successfully logged out.
Technical Risks and Controls
The Logout Action enhances application security by allowing users to securely close their sessions. It is an ideal solution for session control and user transitions, especially in multi-user systems. The user experience is completed with subsequent redirection and notification steps.