[Python-Dev] server side digest auth support
Anthony Baxter
anthony at interlink.com.au
Tue Oct 14 04:47:54 EDT 2003
More information about the Python-Dev mailing list
Tue Oct 14 04:47:54 EDT 2003
- Previous message: [Python-Dev] Draft of an essay on Python development (and how to help)
- Next message: [Python-Dev] server side digest auth support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We've got http digest auth [RFC 2617] support at the client level in the standard library, but it doesn't seem like there's server side support. I'm planning on adding this (for pypi) but it's not clear where it should go - I want to use it from a CGI, but I can see it being useful for people writing HTTP servers as well. Should I just make a new module httpdigest.py? Anthony -- Anthony Baxter <anthony at interlink.com.au> It's never too late to have a happy childhood.
- Previous message: [Python-Dev] Draft of an essay on Python development (and how to help)
- Next message: [Python-Dev] server side digest auth support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list