Re: Is there a package that enables one Django project to authenticate via a second Django project?

2020-06-30 Thread David Rashty
That's exactly what I was thinking, but I need to test it. Thanks! On Tue, Jun 30, 2020 at 12:54 PM Julio Cojom wrote: > What about using DRF with token login? > > > > El jue., 25 jun. 2020 a las 13:26, Dave R () escribió: > >> I keep running into this problem and started working on a custom

Re: Is there a package that enables one Django project to authenticate via a second Django project?

2020-06-30 Thread David Rashty
ar app for example - or? > > Regards, > > Andréas > > > Den mån 29 juni 2020 kl 11:29 skrev David Rashty : > >> Got it. Thanks for following up. >> >> I ended up rolling out my own solution based on django-oauth-toolkit: >> https://github.com/pandichef/djan

Re: Is there a package that enables one Django project to authenticate via a second Django project?

2020-06-29 Thread David Rashty
Got it. Thanks for following up. I ended up rolling out my own solution based on django-oauth-toolkit: https://github.com/pandichef/djangito I'd love to get some feedback if you get a chance. Thanks! On Mon, Jun 29, 2020 at 5:10 AM Andréas Kühne wrote: > The remote user functionality is