Perspective app security exception

Hi,
I am building an application which consists of few pages. All of the pages require user to log in the usual way with one exception. I have a page that serves as a dashboard which is supposed to be opened automatically and it should run without logging in.

The dashboard runs on PC with static IP so I could tell Ignition which IP should be able to get there.

Is there a way to set this up?

Thanks
Jakub

If you set up your project to not require login, you can then secure certain pages as in the thread below:

Summary:

  1. Add view permissions to the views you need to secure to prevent unauthorized users from being able to see them.
  2. Add a login button to a header so users can log in, or use the script in the linked post to automatically bring up the login page on certain views.