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
-
From Strapi dashboard Go to Content Management → Private Frontpage (under SINGLE TYPES).
-
Example for
candidate
dashboard home page, select role1 forcandidate
and add the relevant component like example.
-
Example for
employer
dashboard home page, select role2 foremployer
and add the relevant component like example.