thank you On Fri, May 19, 2023 at 2:44 PM Brian Gitau <[email protected]> wrote:
> Hello! Windows authentication is a method of authenticating users based on > their Windows credentials. It allows users to log in to a system using > their Windows username and password, eliminating the need for separate > authentication mechanisms. > > In Django, you can integrate Windows authentication using a package called > "django-windowsauth." This package provides a middleware that intercepts > requests and automatically authenticates users based on their Windows > credentials. > > On Fri, May 19, 2023 at 11:44 AM Chelsea Fan < > [email protected]> wrote: > >> Hello guys, what is windows authentication and how is it work in django >> and how can I realize it? >> >> -- >> 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/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%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/CAMJ3z%3D3Rg1KKK1nfqOS4%3DKoEe_9b5%3Dcq7Frw%2BYROUnWEyJ81Qg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMJ3z%3D3Rg1KKK1nfqOS4%3DKoEe_9b5%3Dcq7Frw%2BYROUnWEyJ81Qg%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/CAJwZnddJ74ZWzV5Wbv%3DurgceVKV4%2BFc%3DMzGY6XFn0j5JQbVjCw%40mail.gmail.com.

