HTML Authentication with Python

Jeremy Hylton jeremy at cnri.reston.va.us
Thu Apr 15 18:44:31 EDT 1999


I don't think you want to do the authentication in Python at all.
Instead, you need to configure the Web server to do authentication.
If you configure the server properly, users won't be able to run your
CGI scripts until the server has checked their username and password.

Jeremy




More information about the Python-list mailing list