summaryrefslogtreecommitdiff
path: root/paste/auth
Commit message (Expand)AuthorAgeFilesLines
* Set same cookies with same domains on logout as you do on login, in auth_tktianb2008-03-081-1/+8
* Use base64.encode|decodestring, for python 2.3 compatibilityianb2007-12-171-2/+2
* Try to encode values to auth_tktianb2007-08-091-0/+8
* remove tabsianb2007-07-221-2/+2
* Fix for #174; Paste Deploy entry point for paste.auth.form brokenianb2007-05-251-1/+6
* fixed the AuthCookieHandler examplepjenvey2007-02-161-1/+1
* path from Robert Almeida, to re-enable the internal redirect to the login for...ianb2007-02-011-5/+5
* oopscce2007-01-101-2/+0
* fixing server side cache /w the nocache headercce2007-01-101-0/+2
* convert old-style classes to new-style classespjenvey2007-01-055-8/+8
* Fix for error condition in OpenID auth; patch from Christopher Bausianb2006-11-261-1/+1
* Fixed #133 from cookedm: paste.auth.form doesn't return valid headersianb2006-11-021-2/+2
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-207-49/+53
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-204-5/+2
* Updated the docstring to specify the correct information for set_user and log...thejimmyg2006-09-011-2/+2
* Make sure timeout isn't passed in as a stringianb2006-08-211-0/+5
* better error message in paste.auth.cookieianb2006-08-211-0/+5
* Added an entry point for paste.auth.cookie; added/currected a little info to ...ianb2006-08-191-10/+91
* Patch from Brad Clements to add Paste Deploy support for paste.auth methodsianb2006-06-303-0/+55
* Added copyright header to a bunch of filesianb2006-06-133-0/+6
* This updates the paste.auth.* modules to includecce2006-02-244-28/+26
* Added to the do-it-yourself docianb2006-02-011-1/+1
* 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
* Fixed some little bugs; added logout_path setting, a path that implies a logo...ianb2006-01-271-4/+34
* Added a paste.deploy entry point for open_id; added a 401 catcher option to o...ianb2006-01-271-8/+58
* 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-182-0/+414
* Indentation in docstringianb2006-01-181-20/+22
* moving httpserver from util sub-package up a levelcce2006-01-096-6/+6
* - removing unnecessary trailing spaces, that's allcce2006-01-052-17/+17
* Thread safe patchingbbangert2006-01-051-47/+46
* - made the example program simpler for paste.auth.cookie, nocce2006-01-031-8/+3
* (no commit message)cce2006-01-031-10/+12
* - added REMOTE_SESSION as a default environment variable to savecce2006-01-021-5/+7
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-013-36/+21
* (no commit message)cce2005-12-311-4/+3
* - upgraded docs for paste.auth.digest and paste.auth.multicce2005-12-313-103/+116
* - cleaned up documentation for paste.auth.cookiecce2005-12-316-126/+285
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-1/+3
* - fixes for restructed textcce2005-12-301-18/+18
* - removed unnecessary spaces in several filescce2005-12-221-15/+15
* 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/+0
* Should be working now, odd import bug thoughbbangert2005-12-201-9/+14
* Close to working OpenID implementation, few tweaks to gobbangert2005-12-201-6/+235
* updated signature of cookie.py to use a 64 byte key as recommended by HMACcce2005-12-171-4/+10