summaryrefslogtreecommitdiff
path: root/paste/auth/auth_tkt.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: fix more submodulesVictor Stinner2014-03-191-4/+4
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-2/+6
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-1/+3
* auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-051-8/+22
* auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-011-14/+27
* Fix #443: url_unquote undefinedIan Bicking2010-09-161-1/+14
* Quote usernames in auth_tkt tickets (http://trac.pythonpaste.org/pythonpaste/...Ian Bicking2010-09-011-16/+19
* Fix the auth_tkt middleware so it doesn't give exceptions when the token is badianb2009-03-071-9/+9
* Make cookies expire on logoutianb2009-03-051-5/+6
* Apply patch to paste.auth.auth_tkt to make it easier to get the cookies, and ...ianb2009-03-031-12/+39
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-171-3/+6
* Set same cookies with same domains on logout as you do on login, in auth_tktianb2008-03-081-1/+8
* Try to encode values to auth_tktianb2007-08-091-0/+8
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+0
* Updated the docstring to specify the correct information for set_user and log...thejimmyg2006-09-011-2/+2
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Added to the do-it-yourself docianb2006-02-011-1/+1
* Fixed some little bugs; added logout_path setting, a path that implies a logo...ianb2006-01-271-4/+34
* Fixed typoish thingianb2006-01-211-1/+1
* @@ FIX: I commented this out since I didn't know what it was supposed to do a...bbangert2006-01-211-1/+1
* Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au...ianb2006-01-181-0/+303