Use Apache authentication in Django without popup
Posted
by chernevik
on Stack Overflow
See other posts from Stack Overflow
or by chernevik
Published on 2010-05-20T14:08:43Z
Indexed on
2010/05/20
14:10 UTC
Read the original article
Hit count: 266
I am using Apache to authenticate users for Django, but I would like to do so without the popup form that Apache uses in its basic configuration.
How do I embed the login form within a page while still using Apache for authentication?
That is, I'd like a page that says "Please login" and provides a form asking for username and password, and passes this information on to Apache for authentication. (I'd do this over an SSL connection, of course.)
© Stack Overflow or respective owner