<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/auth, branch 0.9.8</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Updated the docstring to specify the correct information for set_user and logout_user in the environ dictionary</title>
<updated>2006-09-01T12:29:48+00:00</updated>
<author>
<name>thejimmyg</name>
<email>devnull@localhost</email>
</author>
<published>2006-09-01T12:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=57418edee47bfb1c541b4d3162db41342e04ceeb'/>
<id>57418edee47bfb1c541b4d3162db41342e04ceeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure timeout isn't passed in as a string</title>
<updated>2006-08-21T23:00:23+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-21T23:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=823a63518e5979091cfae393e0c01758c74ef822'/>
<id>823a63518e5979091cfae393e0c01758c74ef822</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better error message in paste.auth.cookie</title>
<updated>2006-08-21T22:48:39+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-21T22:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=de49f36ca941b08127c31c1d711edd07d3a0f471'/>
<id>de49f36ca941b08127c31c1d711edd07d3a0f471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an entry point for paste.auth.cookie; added/currected a little info to the docstrings</title>
<updated>2006-08-19T19:28:25+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-08-19T19:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c968f38a0ed2529915d11207ea5b99497176ac07'/>
<id>c968f38a0ed2529915d11207ea5b99497176ac07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Brad Clements to add Paste Deploy support for paste.auth methods</title>
<updated>2006-06-30T01:20:37+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-30T01:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=9fbe95205d4a9d5ee875ce16c7ffd8ce4fb0b94d'/>
<id>9fbe95205d4a9d5ee875ce16c7ffd8ce4fb0b94d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added copyright header to a bunch of files</title>
<updated>2006-06-13T16:13:14+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-13T16:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=4042e8d79f968fabd2d66ba20d87481cf9cd11c0'/>
<id>4042e8d79f968fabd2d66ba20d87481cf9cd11c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This updates the paste.auth.* modules to include</title>
<updated>2006-02-24T06:24:10+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-24T06:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3ece86d36d841c3d5023f7bab029c0b2b235e7e7'/>
<id>3ece86d36d841c3d5023f7bab029c0b2b235e7e7</id>
<content type='text'>
environ in the authentication callback functions.

- auth.basic was modified to have a callback of
  authfunc(environ, username, password)

- auth.digest was modified in a similar manner,
  authfunc(environ, realm, password)

- auth.digest's digest_password also had it's
  arguments reversed to be consistent with the
  corresponding authfunc(); if you're going to
  break -- let's fix two things at once!

- auth.form has a change similar to auth.basic

These changes were suggested via Matthew Scott
on the paste mailing list; only that I put the
environ first to be consistent with other
WSGI functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environ in the authentication callback functions.

- auth.basic was modified to have a callback of
  authfunc(environ, username, password)

- auth.digest was modified in a similar manner,
  authfunc(environ, realm, password)

- auth.digest's digest_password also had it's
  arguments reversed to be consistent with the
  corresponding authfunc(); if you're going to
  break -- let's fix two things at once!

- auth.form has a change similar to auth.basic

These changes were suggested via Matthew Scott
on the paste mailing list; only that I put the
environ first to be consistent with other
WSGI functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added to the do-it-yourself doc</title>
<updated>2006-02-01T07:47:11+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-01T07:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ffe35d255d661769a7c23c1af5be4aeb3df75f42'/>
<id>ffe35d255d661769a7c23c1af5be4aeb3df75f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove debugging prints from openid</title>
<updated>2006-01-30T09:22:39+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-30T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=827af4508a3662167554a248ae53a51d9c75b96c'/>
<id>827af4508a3662167554a248ae53a51d9c75b96c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a url-&gt;username translation function to the app (so we can actually try to log the user in when they complete the process).  Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems.  Made the login_redirect actually redirect externally, not internally.  Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks.  But I'm not sure how it is supposed to work otherwise either.  Maybe there needs to be two settings -- login_redirect and login_external_redirect.  Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this)</title>
<updated>2006-01-27T08:29:49+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-27T08:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ab88f30eecc47620165baeea7f2a16703ed02114'/>
<id>ab88f30eecc47620165baeea7f2a16703ed02114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
