What is the use of Private Page in VDesigner 2.0
1 Like
Hi @Ritik_Dixit
Private pages are parts of your application that:
- Require user authentication (i.e., the user must be logged in).
- Optionally require specific roles or permissions (like admin-only access).
- Are not accessible to the public or unauthenticated users.
In vDesigner2.0 we have the same feature which allows the user to create private pages so that only authorized users can acess that page. You cannot open the private page without authentication then following things coulh happen:-
If an unauthenticated or unauthorized user tries to access a private page:
- They get redirected to the login page, or
- They see a 403 Forbidden or 401 Unauthorized error.
2 Likes
