How to secure my app the best way?

Hi

  1. I have published a new app “Live”
  2. It is set to “Privacy”
  3. I have a landing page where you login with / email & password

my question are how it is possible that I can copy a “direct link” shown in my browsers status field, like this

// https://logbook.bubbleapps.io/captains_logbook_menu/1490797652842x43 . . . . . . . . . //

and therby get access to this specific page, even though am not logged in.

  1. I have in bubble editor settings activated "Limit access to this app . . . . " and then my app is protected
    but, i just wonder why the link (se above) is shown in the first place.

Greetings // Joran

I have the same question… did you solved it somehow? Can you share the solution? @joran

Set up the workflow “When page is loaded and current user is not logged in” go to index page

1 Like

@1danielbaker yep, I did that… just wondering if there is a more secure way! thanks ! :slight_smile:

If your privacy settings block content for people not logged in it’s pretty safe. Even if it takes a split second to redirect the page your sensitive content will be blocked. As an added measure you can add a constraint to all the elements on the page to not be visible if current user isnt logged in as well.

1 Like