<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/auth/open_id.py, branch 0.9</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>remove debugging prints from openid</title>
<updated>2006-01-30T09:22:39+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-30T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=01082c1296113b1b8d9f3358b4b96eb564fdd156'/>
<id>01082c1296113b1b8d9f3358b4b96eb564fdd156</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>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-27T08:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=41699e369fc789659b46fd352b4b3fef8125efa9'/>
<id>41699e369fc789659b46fd352b4b3fef8125efa9</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 paste.deploy entry point for open_id; added a 401 catcher option to open_id (but I haven't tested that yet)</title>
<updated>2006-01-27T07:13:59+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-27T07:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=21cc6d9669f6789a7923baf19327f3cbb60a1aae'/>
<id>21cc6d9669f6789a7923baf19327f3cbb60a1aae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- removing unnecessary trailing spaces, that's all</title>
<updated>2006-01-05T22:04:02+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-05T22:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=275496c12a0967a8f395404d8ade83bbf09d441e'/>
<id>275496c12a0967a8f395404d8ade83bbf09d441e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thread safe patching</title>
<updated>2006-01-05T19:59:02+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2006-01-05T19:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=9ca051a845c10a9b6f0d6ede7b247fa22be736cb'/>
<id>9ca051a845c10a9b6f0d6ede7b247fa22be736cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- cleaned up documentation for paste.auth.cookie</title>
<updated>2005-12-31T06:57:42+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-31T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2feaab5ba38102efb0a45318b70898f0a51f68fd'/>
<id>2feaab5ba38102efb0a45318b70898f0a51f68fd</id>
<content type='text'>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</pre>
</div>
</content>
</entry>
<entry>
<title>Open ID usage docs</title>
<updated>2005-12-21T01:45:36+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2005-12-21T01:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=bedbfec07d457675f13f28218db4872b3dd9d899'/>
<id>bedbfec07d457675f13f28218db4872b3dd9d899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenID consumer now works for basic authorizing, now to add some keys to the environ and internal redirect to end-users app</title>
<updated>2005-12-21T00:36:17+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2005-12-21T00:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b43cd7a3e77a264f896b8225c30d3dbdc0a715bb'/>
<id>b43cd7a3e77a264f896b8225c30d3dbdc0a715bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed to comply with PEP 8 regarding class names from initial consumer code port</title>
<updated>2005-12-21T00:17:37+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2005-12-21T00:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=760cda8c7cb85b86523c283ae324bbbd71d032d4'/>
<id>760cda8c7cb85b86523c283ae324bbbd71d032d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to deal with relative/absolute import issues</title>
<updated>2005-12-20T23:51:55+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2005-12-20T23:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=396124f6ad39c86a5315585a61f90c8914459b54'/>
<id>396124f6ad39c86a5315585a61f90c8914459b54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
