<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: OAuth Alternative for Twitter</title>
	<atom:link href="http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/</link>
	<description>Don Park's Personal Blog</description>
	<lastBuildDate>Fri, 11 Jun 2010 22:18:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim Gets Your Apps Talking Securely at Acts As Conference 2009</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-469</link>
		<dc:creator>Tim Gets Your Apps Talking Securely at Acts As Conference 2009</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-469</guid>
		<description>[...] to allow application access rather than usernames and passwords. Bloggers including Louis Gray and Don Park have suggested that Twitter implement OAuth, and there&#8217;s been more discussions on Chris [...]</description>
		<content:encoded><![CDATA[<p>[...] to allow application access rather than usernames and passwords. Bloggers including Louis Gray and Don Park have suggested that Twitter implement OAuth, and there&#8217;s been more discussions on Chris [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Park</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-464</link>
		<dc:creator>Don Park</dc:creator>
		<pubDate>Tue, 06 Jan 2009 14:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-464</guid>
		<description>Hey, Blaine. What are you cooking at Yahoo? ;-p

Sure, PAuth is less secure than OAuth. But, heck, it&#039;s just as secure as Twitter website login. Like I said, it&#039;s a biz decision in the end.

Agreed on conversation greasing the path toward goodness for everyone.</description>
		<content:encoded><![CDATA[<p>Hey, Blaine. What are you cooking at Yahoo? ;-p</p>
<p>Sure, PAuth is less secure than OAuth. But, heck, it&#8217;s just as secure as Twitter website login. Like I said, it&#8217;s a biz decision in the end.</p>
<p>Agreed on conversation greasing the path toward goodness for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine Cook</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-463</link>
		<dc:creator>Blaine Cook</dc:creator>
		<pubDate>Tue, 06 Jan 2009 11:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-463</guid>
		<description>Implementing OAuth for Twitter isn&#039;t a big deal - it&#039;s the documentation, rollout, and communication with users that&#039;s the trouble. Likewise, client developers won&#039;t have much difficulty adapting their stuff to work with OAuth, since it&#039;s a simple workflow change and the addition of a wrapper around the HTTP requests they&#039;re making.

PAuth is certainly simpler for client developers, but would require more of the &quot;hard&quot; documentation / communication work from Twitter. How do you explain to users that they should get new passwords for all their existing apps, particularly when you have no way of identifying said applications? What does the UI look like for that, and have existing apps been built to adequately deal with password changes?

Once all that&#039;s said and done, PAuth is less secure than OAuth - I can still steal your password from an open wifi cafe every time Twitteriffic makes a request. :-/

I think what&#039;s needed overall is more and better documentation of secure protocols. This conversation and others like it is helping to further awareness about the reasons, options, and pitfalls for and of security on the web, which is good for everyone.</description>
		<content:encoded><![CDATA[<p>Implementing OAuth for Twitter isn&#8217;t a big deal &#8211; it&#8217;s the documentation, rollout, and communication with users that&#8217;s the trouble. Likewise, client developers won&#8217;t have much difficulty adapting their stuff to work with OAuth, since it&#8217;s a simple workflow change and the addition of a wrapper around the HTTP requests they&#8217;re making.</p>
<p>PAuth is certainly simpler for client developers, but would require more of the &#8220;hard&#8221; documentation / communication work from Twitter. How do you explain to users that they should get new passwords for all their existing apps, particularly when you have no way of identifying said applications? What does the UI look like for that, and have existing apps been built to adequately deal with password changes?</p>
<p>Once all that&#8217;s said and done, PAuth is less secure than OAuth &#8211; I can still steal your password from an open wifi cafe every time Twitteriffic makes a request. :-/</p>
<p>I think what&#8217;s needed overall is more and better documentation of secure protocols. This conversation and others like it is helping to further awareness about the reasons, options, and pitfalls for and of security on the web, which is good for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donpark</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-462</link>
		<dc:creator>donpark</dc:creator>
		<pubDate>Tue, 06 Jan 2009 05:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-462</guid>
		<description>True. I am writing new Twitter client code (again) now so I definitely could use it but that&#039;s not the case for all the code and services built around Twitter already. It&#039;s a business decision I think although I don&#039;t see any problem with doing both. PAuth w/o fine-grained permission should be doable in a week.</description>
		<content:encoded><![CDATA[<p>True. I am writing new Twitter client code (again) now so I definitely could use it but that&#8217;s not the case for all the code and services built around Twitter already. It&#8217;s a business decision I think although I don&#8217;t see any problem with doing both. PAuth w/o fine-grained permission should be doable in a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Marks</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-461</link>
		<dc:creator>Kevin Marks</dc:creator>
		<pubDate>Tue, 06 Jan 2009 05:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-461</guid>
		<description>Well, we shipped OAuth for all Google APIs so they can change. If Twitter hadn&#039;t put OAuth on the backburner 9 months ago they would be further along with it.</description>
		<content:encoded><![CDATA[<p>Well, we shipped OAuth for all Google APIs so they can change. If Twitter hadn&#8217;t put OAuth on the backburner 9 months ago they would be further along with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donpark</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-460</link>
		<dc:creator>donpark</dc:creator>
		<pubDate>Tue, 06 Jan 2009 05:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-460</guid>
		<description>Hi Kevin. Long time no see. I expect lazy users to continue to use primary password, paranoid users to use limited passwords all the time, and most users to choose depending on perceived security of the consumer site/client where choices are: primary, limited, or don&#039;t use.

I just don&#039;t think OAuth is appropriate when there is a huge body of third-party software and services that need to change.</description>
		<content:encoded><![CDATA[<p>Hi Kevin. Long time no see. I expect lazy users to continue to use primary password, paranoid users to use limited passwords all the time, and most users to choose depending on perceived security of the consumer site/client where choices are: primary, limited, or don&#8217;t use.</p>
<p>I just don&#8217;t think OAuth is appropriate when there is a huge body of third-party software and services that need to change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Marks</title>
		<link>http://blog.docuverse.com/2009/01/05/oauth-alternative-for-twitter/#comment-459</link>
		<dc:creator>Kevin Marks</dc:creator>
		<pubDate>Tue, 06 Jan 2009 05:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://donpark.wordpress.com/?p=73#comment-459</guid>
		<description>Yet another &#039;Authentication without Authorization&#039; idea. Or rather a &#039;get the user to do the auth management protocol&#039;. Users already use the same password for multiple sites - what makes you think they&#039;ll bother to manually bounce back and forth to twitter to create a per-domain token rather than let OAuth do the exchange for them, with all that signing  and shiny cryptography.</description>
		<content:encoded><![CDATA[<p>Yet another &#8216;Authentication without Authorization&#8217; idea. Or rather a &#8216;get the user to do the auth management protocol&#8217;. Users already use the same password for multiple sites &#8211; what makes you think they&#8217;ll bother to manually bounce back and forth to twitter to create a per-domain token rather than let OAuth do the exchange for them, with all that signing  and shiny cryptography.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
