summaryrefslogtreecommitdiff
path: root/paste/auth/open_id.py
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-5/+5
* Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-181-1/+2
* remove tabsianb2007-07-221-2/+2
* path from Robert Almeida, to re-enable the internal redirect to the login for...ianb2007-02-011-5/+5
* Fix for error condition in OpenID auth; patch from Christopher Bausianb2006-11-261-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-1/+2
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-2/+0
* remove debugging prints from openidianb2006-01-301-4/+0
* Added a url->username translation function to the app (so we can actually try...ianb2006-01-271-11/+48
* Added a paste.deploy entry point for open_id; added a 401 catcher option to o...ianb2006-01-271-8/+58
* - removing unnecessary trailing spaces, that's allcce2006-01-051-16/+16
* Thread safe patchingbbangert2006-01-051-47/+46
* - cleaned up documentation for paste.auth.cookiecce2005-12-311-0/+2
* Open ID usage docsbbangert2005-12-211-4/+50
* OpenID consumer now works for basic authorizing, now to add some keys to the ...bbangert2005-12-211-2/+3
* Changed to comply with PEP 8 regarding class names from initial consumer code...bbangert2005-12-211-36/+29
* Move to deal with relative/absolute import issuesbbangert2005-12-201-0/+289