TestOpenID

log

age author description
18 months ago Eric Hopper Re-tag version 0.2.2default tip
18 months ago Eric Hopper Oops, the setup.py file had an error that is now fixed.TestOpenID-0.2.2
18 months ago Eric Hopper Tag version 0.2.2
18 months ago Eric Hopper Be a little more robust when printing stuff out.
18 months ago Eric Hopper Oops, make sure we try to create the database tables, and ignore the error if they already are there.
22 months ago Eric Hopper Update entry point names to be less generic and therefor less likely to collide.
22 months ago Eric Hopper Update description to include minimal instructions and update version #
22 months ago Eric Hopper Tag version 0.2.1
22 months ago Eric Hopper New version # 0.2.1TestOpenID-0.2.1
22 months ago Eric Hopper Display cleanup: Remove URL quoting in some cases for clarity.
22 months ago Eric Hopper Display cleanup: Put QUERY_STRING into sub-table.
22 months ago Eric Hopper Tag TestOpenID 0.2
22 months ago Eric Hopper Setting version in setup.py to 0.2TestOpenID-0.2
22 months ago Eric Hopper Tag TestOpenID 0.2
22 months ago Eric Hopper Greatly improved standards compliance of page rendering and changed to use templates for recurring themes.
22 months ago Eric Hopper Changing entry point to use main, make server drop extraneous environment variables.
22 months ago Eric Hopper Make sure COPYING file is distributed with package.
22 months ago Eric Hopper Re-tag revision 0.1
22 months ago Eric Hopper Add URL of homepage.TestOpenID-0.1
22 months ago Eric Hopper Tagging revision 0.1
22 months ago Eric Hopper Make sure program is really covered by copyright.
22 months ago Eric Hopper Ignore distribution directory.
22 months ago Eric Hopper Make this work with easy_install and setuptools.
22 months ago Eric Hopper Re-arranged the directory structure.
22 months ago Eric Hopper The server now asks whether or not the consumer is allowed to know.
22 months ago Eric Hopper The server now successfully verifies identities.
22 months ago Eric Hopper It shows the history now!
22 months ago Eric Hopper Set the stage for displaying history and converted to standard URL construction function.
22 months ago Eric Hopper Changed duration because I don't need to test cookie expiration anymore.
22 months ago Eric Hopper Logging out now also works.
22 months ago Eric Hopper Logging in now works though error handling is still poor.
22 months ago Eric Hopper Now the consumer handles the first step of the Open ID login process.
22 months ago Eric Hopper Clean things up a little so login doesn't require extra step.
22 months ago Eric Hopper Copying server code and creating a test consumer that at least handles sessions properly.
22 months ago Eric Hopper Use _cgi.escape library function instead of hand-rolled function.
22 months ago Eric Hopper A server that helpfully dumps its environment for non-special URLs and has the beginnings of OpenID support.
22 months ago Eric Hopper Initial commit.