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 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
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.


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, <iamandrele...@gmail.com> 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 django-users+unsubscr...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com.-- 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 django-users+unsubscr...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACaE8x6BmDOopm%2BF9fwMHLn3e3FiskdASrvTOMj%2BJEbxjrrC9Q%40mail.gmail.com. 



-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/932B06F1-6B22-4B56-8383-EE63679B0622%40hxcore.ol.


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 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACaE8x6BmDOopm%2BF9fwMHLn3e3FiskdASrvTOMj%2BJEbxjrrC9Q%40mail.gmail.com.


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 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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJN6x_gEgbE87yg0NpzhS_Rr_BEwWwo7HkWT02JRccfCfWS2Gw%40mail.gmail.com.