How to block page for non-logged in users?

Hello everyone,

I am developing a solution in which to access certain pages the user must be logged in, however when accessing with the copied url without having an active session the user can find the page. Where do I configure that the page can only be accessed by a logged user?

Thanks!! :slight_smile:

I always put a workflow to redirect a non logged in user on page load. I also hide groups if the user is not logged in as an extra layer.

1 Like

Hello @thiagosoligopi

Complementing @trevorpollo great advice, please consider the following:

If you want additional security you could classify users. For example a standard user cannot access this page:



There are other security functions in Bubble like privacy rules that could limit data access as well. You can explore tutorials on this as well.

Hope this helps! :+1:

2 Likes

That was exactly what I needed, thank you very much!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.