Does anyone have experience connecting a Bubble app to a Django app’s authorization (Authentication - Django REST framework)?
I am trying to hook Bubble up as the front-end of our app to act as the landing page + onboarding flow + payment layer, and then pass the user to our Django web app post-purchase. We’ll be using a shared database (i.e. no Bubble DB).
Core flow: user signs in or signs up on Bubble app and is automatically signed in on Django app (through shared cookie?).
Any help would be appreciated!
Jack