<?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: 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>
	<lastBuildDate>Tue, 16 Mar 2010 14:19:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OpenID - 使用者管理 &#124; 國家高速網路與計算中心 Ruby on Rails 推廣</title>
		<link>http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/comment-page-1/#comment-110692</link>
		<dc:creator>OpenID - 使用者管理 &#124; 國家高速網路與計算中心 Ruby on Rails 推廣</dc:creator>
		<pubDate>Sun, 03 Aug 2008 02:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-110692</guid>
		<description>[...]  Ben Cutis 修改， 增加了可以讓使用者直接用 openID 建立新的帳號。 後來被 Dr. Nic 修改， 增加了一個使用者， 多個 openID 的功能。 Dr. Nic [...]</description>
		<content:encoded><![CDATA[<p>[...]  Ben Cutis 修改， 增加了可以讓使用者直接用 openID 建立新的帳號。 後來被 Dr. Nic 修改， 增加了一個使用者， 多個 openID 的功能。 Dr. Nic [...]</p>
]]></content:encoded>
	</item>
	<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-page-1/#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-page-1/#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-page-1/#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-page-1/#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-page-1/#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=&#039;http://drnicwilliams.com/2007/07/26/sample-app-rails-multiple-openids-per-user/#comment-69910&#039; rel=&quot;nofollow&quot;&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>] &#8211; 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-page-1/#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=&quot;http://myutil.com/2007/12/29/openid-2-0-2-with-rails-2-0-2&quot; rel=&quot;nofollow&quot;&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-page-1/#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-page-1/#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-page-1/#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&#039;m curious how many people have multiple openid&#039;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>
</channel>
</rss>
