Logout Module

Overview

The logout module is the last page end-users End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. see after logging out of your application. On this screen, you might add a redirect back to the logout page, a call to action button, or HTML links to other pages. You create this page in its own module during the application creation process. Or, connect it to your application later. The logout module is optional and not required for use with a login module.

Login and Logout modules are only available when viewing at the Application level.

Enabling a Logout Module

On the Environment Administration page, you can enable custom logout modules based on application needs. Enable the setting to connect or disconnect logout modules to applications. Disable the setting to prevent logout modules from being connected or disconnected from applications.

1. At the top of the Unqork Designer Platform, click Administration.
2. Under Environment, select Environment Administration.
3. Navigate to the General settings section of Environment Administration.
4. Set Enable Custom Login/Logout Modules to Checked Box Icon (checked).
5. At the bottom of the page, click Save Changes.

Creating and Connecting a Logout Module to an Existing Application

In your application's workspace, you can create and connect a new logout module to a new or existing application.

Create and Connect a Logout Module to a New Application

Create and connect a logout module during the application creation process. This method names the logout module and connects it to the new application for you.

To create and connect a logout module when creating a new application:

1. Navigate to your workspace and click + Create App.
2. In the Create App pop-up modal A modal is a window that appears on top of the content you are currently viewing., complete the required application information.
3. From the Logout Module drop-down, select New Logout Module.

A static image displaying the Create App modal in UDesigner. The Logout Module drop-down is displayed and the New Logout Module is highlighted.

4. Click Create.

Logout modules created in the Create App pop-up modal are named after the application and end with the text "Logout". For example, Acme Corp Logout.

From here, open the module and customize your logout screen. Here are a few ideas of components you can add to begin:

Connect a Logout Module to an Existing Application

Now that you have a logout module, connect it to your application.

To connect a logout module at the Application level:

1. Navigate to the application that contains your logout module.
2. At the top of the page, click··· (options).
3. Select Settings.
4. From the Logout Module drop-down, enter or select the logout module.
5. Click Save & Close.

Previewing a Logout Module

It's important to note that all modules you plan to have navigate to using your logout module must exist in the same application. Otherwise, you'll receive a 403 error.

To preview the logout module at the Application level:

1. Navigate to the application that contains your logout module.
2. At the top of the page, click ··· (options).
3. Select Preview. The application displays on a new page with the logout module present at the top.

A static image displaying the Application page, the options button and Preview buttons are highlighted.

To successfully preview your logout module, you must preview it at the Application level. Otherwise, you must manipulate the browser URL to consider any redirects. The URL looks like the following: https://www.{your-environment}.io/app/{appPath}#/display/{{moduleId}}/{{submissionId}}/{{moduleId}}.

Disconnecting a Logout Module

If you decide you do not want a logout module in your application anymore, you can remove it.

To disconnect a logout module at the Application level:

1. Navigate to the application that contains your logout module.
2. At the top of the page, click ··· (options).
3. Select Settings.
4. From the Logout Module drop-down, click the X next to the logout module’s name.

A static image displaying the App Details modal. The Logout Module field displays a X button to disconnect an existing logout module.

5. Click Save & Close.

Disconnecting a logout module does not delete it.

Resources

 

Overview

The logout module is the last page end-users End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product. see after logging out of your application. On this screen, you might add a redirect back to the logout page, a call to action button, or HTML links to other pages. You create this page in its own module during the application creation process. Or, connect it to your application later. The logout module is optional and not required for use with a login module.

Login and Logout modules are only available when viewing at the Application level.

Enabling a Logout Module

On the Environment Administration page, you can enable custom logout modules based on application needs. Enable the setting to connect or disconnect logout modules to applications. Disable the setting to prevent logout modules from being connected or disconnected from applications.

To enable or disable the logout module setting:

1. At the top right of the Unqork Designer Platform, click the Settings ▾ drop-down.
2. Select Administration.
3. Under Environment, select Environment Administration.
4. Navigate to the General Settings section of Environment Administration.
5. Set Enable Custom Login/Logout Modules to Checked Box Icon (checked).
6. At the bottom of the page, click Save Changes.

Creating a Logout Module

Create and connect a logout module during the application creation process. This method names the logout module and connects it to the new application for you.

To create and connect a logout module when creating a new application:

1. Navigate to your workspace and click + Create App.
2. In the Create App pop-up modal A modal is a window that appears on top of the content you are currently viewing., complete the required application information.
3. From the Logout Module drop-down, select FENew Logout Module.

A static image displaying the Create App modal, the Logout Module setting is selected and the New Logout Module option is highlighted.

4. Click Create.

Logout modules created in the Create App pop-up modal are named after the application and end with the text "Logout". For example, Acme Corp Logout.

From here, open the module and customize your logout screen. Here are a few ideas of components you can add to begin:

The Unqork Marketplace offers a Logout Moduletemplate if you need ideas for your logout page.

Connecting a Logout Module to an Application

On an existing application's App Settings page, you can connect a logout module.

To connect a logout module to your application:

1. Navigate to your workspace and locate your application tile.
2. Click the ellipsis (···) menu.
3. Select Settings Icon Settings.
4. From the Logout Module drop-down, enter or select a logout module.
5. Click Save.

Creating a Logout Module Library Element

You can also create a logout module as a Library Element before connecting it to your application. By adding your module to the Library, you can share it to all your applications.

To create a logout module Library Element for your application:

1. At the top right of the Unqork Designer Platform, click the Library ▾ drop-down.
2. Select Library Elements.
3. Click + Create New.
4. In the Module Name field, enter a name for your module.

To easily locate your login module later, begin the module name with Login. For example, Login: Acme Corp.

5. Click Create.

Previewing a Logout Module

It's important to note that all modules you plan to have navigate to using your logout module must exist in the same application. Otherwise, you'll receive a 403 error. The following image shows you how to preview a module at the Application level:

To successfully preview your logout module, you must preview it at the Application level. Otherwise, you must manipulate the browser URL to consider any redirects. The URL looks like the following: https://www.{your-environment}.io/app/{appPath}#/display/{moduleId}/{submissionId}/{moduleId}.

Disconnecting a Logout Module

If you decide you don’t want a logout module in your application anymore, you can remove it.

To remove a logout module from an application:

1. Navigate to your workspace and locate your application.
2. Click the ellipsis (···) menu.
3. Select Settings Icon Settings.
4. From the Logout Module drop-down, click the X next to the logout module’s name.

A static image displaying the App Details modal. The Logout Module field disconnect button is highlighted.

5. Click Save.

Resources