Hello all,
I have a “stupid” question with regards of Logging in Users and page view.
So far, I have created login/sign up pages and once logged in , the user would have been sent to a page ( for example the main page “main_page” ) .
Once I test it, everything works perfectly, however I have noticed that the URL will eventually be appname.bubble/version-test/main_page .
Now the question is :
if I am not logged in and I type the url appname.bubble/main_page technically speaking do I skip the login phase? and even if not logged in/ or registered, would I be able to access to the main_page ? Because when I test It NOT IN DEPLOYMENT MODE, that’s what happens. Hence Do I have to put a condition on the page itself, and make it visible once the current user is logged in?
Or bubble will hand everything, once I deploy it? For instance, you wont see the url page name, or something else?
I hope it makes sense what I am asking,
thanks
Nicola