<?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: Sample Rails app: multi-OpenIDs per user</title>
	<atom:link href="http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<pubDate>Sun, 20 Jul 2008 11:35:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Angelbob&#8217;s Musings on Programming &#187; OpenID Authentication in Rails 2.1</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-96630</link>
		<dc:creator>Angelbob&#8217;s Musings on Programming &#187; OpenID Authentication in Rails 2.1</dc:creator>
		<pubDate>Sun, 15 Jun 2008 06:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-96630</guid>
		<description>[...] back, Dr. Nic Williams wrote about allowing multiple OpenIDs per user in your Rails apps, and even put forward a nice little Rails example app on that topic. For Rails [...]</description>
		<content:encoded><![CDATA[<p>[...] back, Dr. Nic Williams wrote about allowing multiple OpenIDs per user in your Rails apps, and even put forward a nice little Rails example app on that topic. For Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog.XDite.net &#187; [Rails] Restful Authentication 結合 Open ID 2.0</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-96283</link>
		<dc:creator>Blog.XDite.net &#187; [Rails] Restful Authentication 結合 Open ID 2.0</dc:creator>
		<pubDate>Fri, 13 Jun 2008 10:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-96283</guid>
		<description>[...] &#8212; 撰寫的參考文件； * OpenID Authentication 的 Readme 以及 * Dr.nic Sample Rails app: multi-OpenIDs per user [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8212; 撰寫的參考文件； * OpenID Authentication 的 Readme 以及 * Dr.nic Sample Rails app: multi-OpenIDs per user [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code crumbs</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-77223</link>
		<dc:creator>code crumbs</dc:creator>
		<pubDate>Fri, 07 Mar 2008 00:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-77223</guid>
		<description>[...] found face&#8217;s port of Dr. Nic&#8217;s sample open_id_authentication app to be a useful starting point. I ended up chopping down the open_id_helpers class to [...]</description>
		<content:encoded><![CDATA[<p>[...] found face&#8217;s port of Dr. Nic&#8217;s sample open_id_authentication app to be a useful starting point. I ended up chopping down the open_id_helpers class to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-70733</link>
		<dc:creator>face</dc:creator>
		<pubDate>Sat, 05 Jan 2008 06:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-70733</guid>
		<description>Hello Again,

I found a unexpected feature.   The example adds edit, update, and destroy to users_controller.rb via &lt;code&gt;params[:id]&lt;/code&gt;.  This allows anyone logged in to edit, update, and destroy any registered user of the system (by changing the URI).   To fix, simply change the first line of edit, update, and destroy  in users_controller.rb to find the current logged in user and ignore the URI (i.e. &lt;code&gt;@user = User.find(self.current_user.id)&lt;/code&gt;).

Thanks again for the great OpenID example.</description>
		<content:encoded><![CDATA[<p>Hello Again,</p>
<p>I found a unexpected feature.   The example adds edit, update, and destroy to users_controller.rb via <code>params[:id]</code>.  This allows anyone logged in to edit, update, and destroy any registered user of the system (by changing the URI).   To fix, simply change the first line of edit, update, and destroy  in users_controller.rb to find the current logged in user and ignore the URI (i.e. <code>@user = User.find(self.current_user.id)</code>).</p>
<p>Thanks again for the great OpenID example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69926</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sat, 29 Dec 2007 11:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69926</guid>
		<description>@face [&lt;a href='http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69910' rel="nofollow"&gt;via&lt;/a&gt;] - thx for the updated code. I will leave your blog article as the source for the latest tarball of the starter code. Thx again.</description>
		<content:encoded><![CDATA[<p>@face [<a href='http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69910' rel="nofollow">via</a>] - thx for the updated code. I will leave your blog article as the source for the latest tarball of the starter code. Thx again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69910</link>
		<dc:creator>face</dc:creator>
		<pubDate>Sat, 29 Dec 2007 10:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69910</guid>
		<description>Thanks Dr. Nick!   This is a perfect start.   

I just ported your sample app to rails 2.0.2 before I integrate it into my project.   Here is my notes and your ported code available to all:   &lt;a href="http://myutil.com/2007/12/29/openid-2-0-2-with-rails-2-0-2" rel="nofollow"&gt;http://myutil.com/2007/12/29/openid-2-0-2-with-rails-2-0-2&lt;/a&gt;

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks Dr. Nick!   This is a perfect start.   </p>
<p>I just ported your sample app to rails 2.0.2 before I integrate it into my project.   Here is my notes and your ported code available to all:   <a href="http://myutil.com/2007/12/29/openid-2-0-2-with-rails-2-0-2" rel="nofollow">http://myutil.com/2007/12/29/openid-2-0-2-with-rails-2-0-2</a></p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g7obs</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-56314</link>
		<dc:creator>g7obs</dc:creator>
		<pubDate>Tue, 13 Nov 2007 08:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-56314</guid>
		<description>Excellent Post, this saves me hacking this for my own site</description>
		<content:encoded><![CDATA[<p>Excellent Post, this saves me hacking this for my own site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samuelschroeder.com &#187; Blog Archive &#187; RESTful_Easy_Messages</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48983</link>
		<dc:creator>samuelschroeder.com &#187; Blog Archive &#187; RESTful_Easy_Messages</dc:creator>
		<pubDate>Tue, 16 Oct 2007 18:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48983</guid>
		<description>[...] ** Dr. Nic Williams for his multiple-openids-per-user-sample-app which I used as a starting point for the REZM sample app which I&#8217;ll put up soon. [...]</description>
		<content:encoded><![CDATA[<p>[...] ** Dr. Nic Williams for his multiple-openids-per-user-sample-app which I used as a starting point for the REZM sample app which I&#8217;ll put up soon. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryw</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48931</link>
		<dc:creator>ryw</dc:creator>
		<pubDate>Tue, 16 Oct 2007 05:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48931</guid>
		<description>I'm curious how many people have multiple openid's at present</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious how many people have multiple openid&#8217;s at present</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby Galore - Today Top Blog Posts on Ruby on Rails - Powered by SocialRank</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48139</link>
		<dc:creator>Ruby Galore - Today Top Blog Posts on Ruby on Rails - Powered by SocialRank</dc:creator>
		<pubDate>Tue, 09 Oct 2007 07:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-48139</guid>
		<description>[...] Dr Nic :: Sample Rails app: multi-OpenIDs per user [...]</description>
		<content:encoded><![CDATA[<p>[...] Dr Nic :: Sample Rails app: multi-OpenIDs per user [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
