Hi,
I am going to use a bubble app as a subfolder of my main site.
For example my main site, which was built with Javascript, is
mysite.com
I built a new bubble app and that will exist in the subfolder like this.
mysite.com/bubblepart
Problem here is that how can I inherit authentication from the main site because it is actually different project.
The users already logged in from the main site and it does not make sense to let them login again when they visit subfolder. (The user thinks it is the same site even though they are different projects under the hood.)
I think there will be many similar cases in real life.
Looking forward to learning from you
Thanks