Hi all, I have a custom backend service written with Flask. I want my Bubble app to all the API of the Flask backend but need to add authentication and authorization for the users of bubble.
Can someone walk me through the steps it takes to achieve this? I understand how to work with Auth0 if it’s for my own web app but now bubble isn’t controlled by me. How should I connect bubble to my Flask backend and Auth0? I am trying to do this without using any plugins from bubble.
Thanks!