Hi, i´ve got an idea for ux is it possible to create a single category which is only accesible with a password?
3 respuestas
You can build a custom logic where you can add certain custom attributes to category object to identify that this is a password protect category.
You can then have your logic to check if category needs password or not and render the page. Do consider caching as well in your logic.