webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.29k stars 601 forks source link

Private pages #4205

Open jspasiuk opened 1 month ago

jspasiuk commented 1 month ago

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.