The Auth is on Fire
The WSGI Toolbox is now available for download. Release early and often they say. I've written some preliminary documentation as well as some of the philosophy behind the code. The cookie support isn't there yet, but it is useable for one off authentication. The file is a working example. It uses the run_with_cgi from the PEP so you should be able to just load it on any CGI capable webserver and see it work.
My only question is what license the code in the PEPs are under? I'm licensing everything under the MIT license so I'd just want to make sure that copying that function is fine. Licensing is important but I haven't found anything by googling for information in the PEP license.
TC Out