AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Send oauth session between 2 Django applications (front and back) #457

Closed srPuebla closed 3 years ago

srPuebla commented 3 years ago

Hi,

I have 2 applications, Front and Back. Front is using django_microsoft_auth to login and it is woking successfully. What we want, is recover the oauth session and send to the other backends. How can i do it?

Maybe i have to use the oauth lib, but i am lost.

Thanks!

AngellusMortis commented 3 years ago

Generic Django question. I cannot provide support for your application.