https://stackoverflow.com/a/62782197/4213362
On Thu, May 25, 2023 at 7:35 AM André Lewis <[email protected]> wrote: > Hi, > > I'm currently working on a project with subdomains, and I wanted to > authenticate the user across the site, regardless of the url. I did some > digging and found some ideas for implementing Oauth/openID connect > authentication in Django (wasn't much help). Seeing, I don't intend on > using third-party providers for this one. > > I have an idea of how it should work 'on paper', but it gets fuzzy when I > start thinking about server-end verification; how the token is generated, > and how I get access to it for later verification. > > Any suggestions, would be really helpful? > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACaE8x4AXKD7AUqk2%2B4Ck_%2Bp-zc5jOW%2BVDDXF7NMVLm6%3DYkW%3DQ%40mail.gmail.com.

