Password Protected Static and CMS Pages

I want to password protect blog posts as well as the blog index page. If I I set a password on both the static page /blog and collection pages /blog/{…}, will the user have to enter it twice when they go from the blog index to the blog post or vice versa? Or does webflow store the password and pass it to every page in the /blog directory?

Ideally I only want the user to only enter a password once, whether they enter from the index or an individual blog post page.

Can anyone explain how this works? (image attached for reference)

Hi Max, welcome to the forum :webflow_heart:

Yes, the user will have to type the password for each password protected page.

Storing a password is something that needs user authentication and complex server-client security which you can find in 3rd party services such as Memberstack.