<?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/"
		>
<channel>
	<title>Comments on: Implementation Showdown: Y! BBAuth vs OpenID</title>
	<atom:link href="http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/</link>
	<description>I &#60;3 Programming</description>
	<lastBuildDate>Tue, 26 May 2009 19:17:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: links for 2007-03-07 Â» OpenID Planet</title>
		<link>http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/comment-page-1/#comment-15092</link>
		<dc:creator>links for 2007-03-07 Â» OpenID Planet</dc:creator>
		<pubDate>Wed, 07 Mar 2007 13:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/#comment-15092</guid>
		<description>[...] Implementation Showdown: Y! BBAuth vs OpenID - Zilla Smash! Avoiding any in-depth analysis of the security between the two as Iâ€™m not qualified to comment, which did I prefer implementing and using? Thatâ€™s not actually an easy question to answer. BBAuth was certainly much smaller in terms of code required. It [...]</description>
		<content:encoded><![CDATA[<p>[...] Implementation Showdown: Y! BBAuth vs OpenID &#8211; Zilla Smash! Avoiding any in-depth analysis of the security between the two as Iâ€™m not qualified to comment, which did I prefer implementing and using? Thatâ€™s not actually an easy question to answer. BBAuth was certainly much smaller in terms of code required. It [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Marsh</title>
		<link>http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/comment-page-1/#comment-15090</link>
		<dc:creator>Adam Marsh</dc:creator>
		<pubDate>Wed, 07 Mar 2007 01:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/#comment-15090</guid>
		<description>Hey, as someone who has gone through implementing both systems, I was wondering if you had any thoughts on an idea I just posted about at http://www.econometa.com/archives/51.

The idea is instead of asking sites to implement all these auth systems, to basically widgetize identity. As a site, you&#039;d just paste some code onto your pages, and that code would register / login users via a third party site, the &quot;identity meta-provider&quot;. No implementation hassles, and someone else takes care of keeping up to date with the latest versions, patches, etc. What do you think?</description>
		<content:encoded><![CDATA[<p>Hey, as someone who has gone through implementing both systems, I was wondering if you had any thoughts on an idea I just posted about at <a href="http://www.econometa.com/archives/51" rel="nofollow">http://www.econometa.com/archives/51</a>.</p>
<p>The idea is instead of asking sites to implement all these auth systems, to basically widgetize identity. As a site, you&#8217;d just paste some code onto your pages, and that code would register / login users via a third party site, the &#8220;identity meta-provider&#8221;. No implementation hassles, and someone else takes care of keeping up to date with the latest versions, patches, etc. What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Cavit</title>
		<link>http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/comment-page-1/#comment-15087</link>
		<dc:creator>Pat Cavit</dc:creator>
		<pubDate>Fri, 02 Mar 2007 22:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/#comment-15087</guid>
		<description>That pretty well illustrates some of the key differences between OpenID and BBAuth.  I picked the most polished-looking OpenID library I could find but it required a ton of extra steps since there&#039;s no one right way.

Thanks for the link Dave, I&#039;ll check that out.</description>
		<content:encoded><![CDATA[<p>That pretty well illustrates some of the key differences between OpenID and BBAuth.  I picked the most polished-looking OpenID library I could find but it required a ton of extra steps since there&#8217;s no one right way.</p>
<p>Thanks for the link Dave, I&#8217;ll check that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dash</title>
		<link>http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/comment-page-1/#comment-15086</link>
		<dc:creator>Dave Dash</dc:creator>
		<pubDate>Fri, 02 Mar 2007 18:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://patcavit.com/2007/03/01/implementation-showdown-y-bbauth-vs-openid/#comment-15086</guid>
		<description>Hey, thanks for the comparison.  I decided that the JanRain libraries were too complex for my needs (I just wanted a dumb consumer) so I wrote a one file library that does this, it&#039;s a symfony plugin, sfOpenIDPlugin.  But if you look at it:
http://www.symfony-project.com/trac/browser/plugins/sfOpenIDPlugin/lib/sfOpenID.class.php
There&#039;s not too much that&#039;s symfony specific... in fact I can&#039;t think if anything is off hand.  You can look within that plugin to see how I implimented the library, but it&#039;s pretty... simple... dumb... easy... ;)

-d</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the comparison.  I decided that the JanRain libraries were too complex for my needs (I just wanted a dumb consumer) so I wrote a one file library that does this, it&#8217;s a symfony plugin, sfOpenIDPlugin.  But if you look at it:<br />
<a href="http://www.symfony-project.com/trac/browser/plugins/sfOpenIDPlugin/lib/sfOpenID.class.php" rel="nofollow">http://www.symfony-project.com/trac/browser/plugins/sfOpenIDPlugin/lib/sfOpenID.class.php</a><br />
There&#8217;s not too much that&#8217;s symfony specific&#8230; in fact I can&#8217;t think if anything is off hand.  You can look within that plugin to see how I implimented the library, but it&#8217;s pretty&#8230; simple&#8230; dumb&#8230; easy&#8230; <img src='http://patcavit.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>-d</p>
]]></content:encoded>
	</item>
</channel>
</rss>

