webiny/webiny-js

Private pages

jspasiuk opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

Right now when you are developing a new page, there's the use case when the page should be private with a simple password to share link and password. It's also an issue when you publish the page.

Describe the feature's behavior.

On page settings, an option to allow the user's to create a simple password to protect access to the page. Similar to wordpress private pages.

Describe alternatives you've considered.

Alternative right now is to create a unique hash to the page URL, but that doesn't remove the public status.