<?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"
	>
<channel>
	<title>Comments on: Why the lack of OpenID-enabled Rails apps?</title>
	<atom:link href="http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/</link>
	<description>small batches of software goodness</description>
	<pubDate>Mon, 08 Sep 2008 13:38:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Tony</title>
		<link>http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-17848</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 29 Sep 2007 20:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-17848</guid>
		<description>Here are a couple of rails apps that use OID:

http://svvarm.com
http://votemonkey.com

Although both are useful without any authentication, the community aspects of these applications increases by setting up a user - which may be based on your open id.

Enjoy.</description>
		<content:encoded><![CDATA[<p>Here are a couple of rails apps that use OID:</p>
<p><a href="http://svvarm.com" rel="nofollow">http://svvarm.com</a><br />
<a href="http://votemonkey.com" rel="nofollow">http://votemonkey.com</a></p>
<p>Although both are useful without any authentication, the community aspects of these applications increases by setting up a user - which may be based on your open id.</p>
<p>Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Marsh</title>
		<link>http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-955</link>
		<dc:creator>Adam Marsh</dc:creator>
		<pubDate>Tue, 06 Mar 2007 21:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-955</guid>
		<description>I think that the hassles of integrating and maintaining any library, whether on Rails or any other framework, is a big reason why there aren't more OpenID-enabled web applications. Most folks want to focus on their apps, and this identity stuff isn't super easy to deal with.

I posted on an idea that I think might be able to address this and also the issues of drop-in authentication and continued username / password use you mention. Check it out:

http://www.econometa.com/archives/51

Do you think this kind of tool would make it easier for developers to support OpenID?</description>
		<content:encoded><![CDATA[<p>I think that the hassles of integrating and maintaining any library, whether on Rails or any other framework, is a big reason why there aren&#8217;t more OpenID-enabled web applications. Most folks want to focus on their apps, and this identity stuff isn&#8217;t super easy to deal with.</p>
<p>I posted on an idea that I think might be able to address this and also the issues of drop-in authentication and continued username / password use you mention. Check it out:</p>
<p><a href="http://www.econometa.com/archives/51" rel="nofollow">http://www.econometa.com/archives/51</a></p>
<p>Do you think this kind of tool would make it easier for developers to support OpenID?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie Thompson</title>
		<link>http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-679</link>
		<dc:creator>Bernie Thompson</dc:creator>
		<pubDate>Wed, 21 Feb 2007 20:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-679</guid>
		<description>Thanks, Matt. Thanks for all the great Eastmedia Ruby-OpenID work!

Some of the trouble I had with the bookmarks sample app was because the trunk (at least up to Revision 11) used open_id_fields['openid.sreg.nickname'] in the complete() method, instead of open_id_fields['nickname'].  I didn't track down when ruby-openid made this (breaking?) change to shorten the sreg keys, but the new restified version you linked to does use open_id_fields['nickname'].

This is a great sample to iron out, because it does combine pwd &#038; openid auth and you all have the experience to turn it into an effective plugin.  Thanks!!</description>
		<content:encoded><![CDATA[<p>Thanks, Matt. Thanks for all the great Eastmedia Ruby-OpenID work!</p>
<p>Some of the trouble I had with the bookmarks sample app was because the trunk (at least up to Revision 11) used open_id_fields['openid.sreg.nickname'] in the complete() method, instead of open_id_fields['nickname'].  I didn&#8217;t track down when ruby-openid made this (breaking?) change to shorten the sreg keys, but the new restified version you linked to does use open_id_fields['nickname'].</p>
<p>This is a great sample to iron out, because it does combine pwd &#038; openid auth and you all have the experience to turn it into an effective plugin.  Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Pelletier</title>
		<link>http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-675</link>
		<dc:creator>Matt Pelletier</dc:creator>
		<pubDate>Wed, 21 Feb 2007 14:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://leancode.com/2007/02/20/why-the-lack-of-openid-enabled-rails-apps/#comment-675</guid>
		<description>Bernie,

Hi. I'm glad you got a chance to see the Bookmarks app. We have recently updated it for Rails 1.2.2, so it is based on restful_authentication and is fully RESTful (at least according to the Rails interpretation of REST). We completely agree that developing an idiom for a dual-login system that offers the same simplicity and convenience of the acts_as_authenticated / restful_authentication plugins is difficult. We hope the Bookmarks app can help demonstrate what such a setup might look like.

Please take a look at the current branch of the RESTified app, which works out of the box. We would love to hear any thoughts and suggestions about how to simplify it without getting in the way of app-specific requirements.

http://svn.eastmedia.com/svn/bantay/projects/bookmarks/branches/restified/

We're cleaning up the tests and a few minor issues, but it works as expected. We'll be pushing some changes into a restful version of the consumer plugin soon. See docs/README_FOR_APP.

Good luck!

Thanks,
Matt</description>
		<content:encoded><![CDATA[<p>Bernie,</p>
<p>Hi. I&#8217;m glad you got a chance to see the Bookmarks app. We have recently updated it for Rails 1.2.2, so it is based on restful_authentication and is fully RESTful (at least according to the Rails interpretation of REST). We completely agree that developing an idiom for a dual-login system that offers the same simplicity and convenience of the acts_as_authenticated / restful_authentication plugins is difficult. We hope the Bookmarks app can help demonstrate what such a setup might look like.</p>
<p>Please take a look at the current branch of the RESTified app, which works out of the box. We would love to hear any thoughts and suggestions about how to simplify it without getting in the way of app-specific requirements.</p>
<p><a href="http://svn.eastmedia.com/svn/bantay/projects/bookmarks/branches/restified/" rel="nofollow">http://svn.eastmedia.com/svn/bantay/projects/bookmarks/branches/restified/</a></p>
<p>We&#8217;re cleaning up the tests and a few minor issues, but it works as expected. We&#8217;ll be pushing some changes into a restful version of the consumer plugin soon. See docs/README_FOR_APP.</p>
<p>Good luck!</p>
<p>Thanks,<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.451 seconds -->
