Guides
How To Setup Private Pages

Private Pages

This section outlines the structure and setup for all private pages within the application. These pages are accessible only to authenticated users and typically include dashboard-related content such as user profiles, account settings, analytics, and other personalized or restricted features.

The private layout is applied to these pages and includes common components like the Header Menu, Footer, and Logo, tailored for the logged-in experience. You can also extend this layout with additional elements such as sidebars, notifications, or user-specific navigation.

Access control should be implemented to ensure only authorized users can view these pages.

📑 Private Front Page

This is Private dashboard page with some default component example.

  • Home: /dashboard

  1. From Strapi dashboard Go to Content Management → Private Frontpage (under SINGLE TYPES).

    Hello
  2. Example for candidate dashboard home page, select role1 for candidate and add the relevant component like example.

    Hello
  3. Example for employer dashboard home page, select role2 for employer and add the relevant component like example.

    Hello