Integrating with Django authorization

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

2 Likes

Hello Jack! did you managed to solve this ?

@leo5 No. It was too complex with shared cookies, CORS, etc.

It is doable in theory but wasn’t worth the lift for us.