Hi Bubble Pros,
is there a way to login the user when coming from an external site?
I built a chrome extension using bubble for the DB, API and a frontend for the dashboard.
Everything works pretty well.
What I’d like to do next is to login the user to the Bubble app when they log in via the chrome extension.
I tried to send the email and pw via URL params and grab them but that didn’t work. The login on the extension works with a wf api at this point that returns the token to make API calls. Can I somehow use the token to login?
Do you have any ideas how this could be achieved?
Thanks