Access to logged in pages

I would like to understand why providing secure access to pages, or preventing unauthorised access to a page has to be managed by workarounds and hacks.

  • Adding a rule after page load is stupid as it has already give access to your app,
  • Hiding elements unless logged in is just a work around, and makes editing pages a real pain.
  • Data privacy is a database level security, and should not be relied on for application security.

As it is so important for most apps, why can’t there be a more intrinsic option before page Load, or option embedded in every page that handles this?

Bubble should be secure by design, elements such as this should not be left to chance, especially when it is an easy fix.