Is Logged In is used to check whether a specific user is logged in on the Kuika platform. This action allows you to verify the user's login status and conditionally manage processes such as redirection, display, or authorisation within the application.
Technical Features
Ensure that only logged-in users can leave comments in the application. Users who are not logged in cannot see the comment form and are shown an informational message instead.
Process
If the user is logged in:
The comment form is displayed.The user's name, email address, and other information can be automatically populated in the form.The fields required to submit a comment (text box, submit button, etc.) become active.
This scenario is an example of using the Is Logged In action for content visibility control, other than page redirection. Unauthorised users are not redirected directly; they are informed and encouraged to log in. This approach allows redirection without interrupting the user experience, especially for public content.
Technical Risks and Controls
The Is Logged In action is a basic control for enhancing application security and managing the user experience. Flow design can be based on whether the user session is active, allowing you to create user-specific screens or redirection scenarios.