I have a page with a Project List and then each item is linked to a corresponding Project page with details (these Project pages are dynamic), and I need to protect both the Project List page and all Project pages with password.
Currently the permission of the Project List and Project pages are set for Password holders only.
When accessing the site, the password is requested when accessing Project List page from Home, which is as intended, but also when accessing each Project page from the Project List.
I would like to make it so that once visitors entered the right password to access to the Project List they can access to Project pages without entering password, while keeping those pages were protected with the password from the direct access.
How can I achieve this?
I am using Wix Studio Editor.