Re: Tokenized Authentication for subdomains

2023-05-26 Thread Vishesh Mangla
https://stackoverflow.com/a/62782197/4213362 On Thu, May 25, 2023 at 7:35 AM André Lewis 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

SV: Tokenized Authentication for subdomains

2023-05-26 Thread Mwamuzi Shadrick
So, you just want to use ngix in your django website? Sendt fra E-post for Windows Fra: Vishesh ManglaSendt: 25 May 2023 kl. 07:42Til: django-users@googlegroups.comEmne: Re: Tokenized Authentication for subdomains use nginx as reverse proxy  On Thu, 25 May, 2023, 07:35 André Lewis, <iamandr

Re: Tokenized Authentication for subdomains

2023-05-24 Thread Vishesh Mangla
use nginx as reverse proxy On Thu, 25 May, 2023, 07:35 André Lewis, 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

Tokenized Authentication for subdomains

2023-05-24 Thread André Lewis
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