<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Ruby on Rails: 9 Articles on Rails Authentication</title>
	<atom:link href="http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/</link>
	<description>Writing Code is the Easy Part</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Piyush</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-577</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-577</guid>
		<description>I think this post needs updation .</description>
		<content:encoded><![CDATA[<p>I think this post needs updation .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 23 Impressions</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-576</link>
		<dc:creator>23 Impressions</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-576</guid>
		<description>Great , devise is missing though  also openauth.</description>
		<content:encoded><![CDATA[<p>Great , devise is missing though  also openauth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devise and CanCan (Authentication and Authorization) — Teach Me To Code</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-575</link>
		<dc:creator>Devise and CanCan (Authentication and Authorization) — Teach Me To Code</dc:creator>
		<pubDate>Wed, 19 Jan 2011 15:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-575</guid>
		<description>[...] I&#8217;ve been working on several applications where I&#8217;ve needed not only to verify that someone was logged in, but actually make sure that someone had permission to modify a particular object. There are several authentication solutions out there. I&#8217;ve actually listed 9 of them in this post. [...] </description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve been working on several applications where I&#8217;ve needed not only to verify that someone was logged in, but actually make sure that someone had permission to modify a particular object. There are several authentication solutions out there. I&#8217;ve actually listed 9 of them in this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-574</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-574</guid>
		<description>I&#039;ve been trying to figure out how to use your #1 choice, Authlogic, all day today!  I&#039;ve found several tutorials, but so far they&#039;ve all been dated.  I feel like I&#039;ve got the basic idea, except that I end up with some error like &quot;acts_as_authentic&quot; is an undefined variable or other similar errors.

Do you know of any up to date and complete tutorials for getting started with Authlogic?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to figure out how to use your #1 choice, Authlogic, all day today!  I&#8217;ve found several tutorials, but so far they&#8217;ve all been dated.  I feel like I&#8217;ve got the basic idea, except that I end up with some error like &#8220;acts_as_authentic&#8221; is an undefined variable or other similar errors.</p>
<p>Do you know of any up to date and complete tutorials for getting started with Authlogic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Roy</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-573</link>
		<dc:creator>Ashish Roy</dc:creator>
		<pubDate>Thu, 24 Sep 2009 11:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-573</guid>
		<description>Great info. So many authentication mechanisms and all of them at one place. Superb!</description>
		<content:encoded><![CDATA[<p>Great info. So many authentication mechanisms and all of them at one place. Superb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Zingg</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-572</link>
		<dc:creator>Peter Zingg</dc:creator>
		<pubDate>Sun, 06 Sep 2009 16:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-572</guid>
		<description>Rack::Warden authenticates at the Rack level.  It&#039;s a little rough, not many examples, but it works above Rails and/or Sinatra, so you can use one authentication system for all:

http://github.com/hassox/warden/tree/master</description>
		<content:encoded><![CDATA[<p>Rack::Warden authenticates at the Rack level.  It&#8217;s a little rough, not many examples, but it works above Rails and/or Sinatra, so you can use one authentication system for all:</p>
<p><a href="http://github.com/hassox/warden/tree/master" rel="nofollow">http://github.com/hassox/warden/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StefanS</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-571</link>
		<dc:creator>StefanS</dc:creator>
		<pubDate>Sun, 06 Sep 2009 10:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-571</guid>
		<description>Great article! I have the feeling it&#039;ll save me quite some time in future! Thanks!</description>
		<content:encoded><![CDATA[<p>Great article! I have the feeling it&#8217;ll save me quite some time in future! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails: Nifty Generators</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-570</link>
		<dc:creator>Ruby on Rails: Nifty Generators</dc:creator>
		<pubDate>Fri, 04 Sep 2009 04:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-570</guid>
		<description>[...] looking at articles and resources about authentication in Ruby on Rails I ran across a set of generators written by Ryan Bates of Railscasts. You can find the nifty [...] </description>
		<content:encoded><![CDATA[<p>[...] looking at articles and resources about authentication in Ruby on Rails I ran across a set of generators written by Ryan Bates of Railscasts. You can find the nifty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading - August 30, 2009</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-569</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading - August 30, 2009</dc:creator>
		<pubDate>Sun, 30 Aug 2009 20:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-569</guid>
		<description>[...]  Ruby on Rails: 9 Articles on Rails Authentication  [...] </description>
		<content:encoded><![CDATA[<p>[...]  Ruby on Rails: 9 Articles on Rails Authentication  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for Ruby on Rails: 9 Articles on Rails Authentication [charlesmaxwood.com] on Topsy.com</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-568</link>
		<dc:creator>Twitter Trackbacks for Ruby on Rails: 9 Articles on Rails Authentication [charlesmaxwood.com] on Topsy.com</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-568</guid>
		<description>[...] link is being shared on Twitter right now. @tek_news said Reddit/p: Ruby on Rails: 9 Articles on Rails [...] </description>
		<content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @tek_news said Reddit/p: Ruby on Rails: 9 Articles on Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Berry</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-567</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-567</guid>
		<description>Great article!  It&#039;s nice to be able to see all of these side by side. I&#039;m still loving authlogic, but the metal way of doing it is very cool. I may have to update my app that still uses basic auth.</description>
		<content:encoded><![CDATA[<p>Great article!  It&#8217;s nice to be able to see all of these side by side. I&#8217;m still loving authlogic, but the metal way of doing it is very cool. I may have to update my app that still uses basic auth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails: 9 Articles on Rails Authentication &#124; SEO Article Expert</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-566</link>
		<dc:creator>Ruby on Rails: 9 Articles on Rails Authentication &#124; SEO Article Expert</dc:creator>
		<pubDate>Thu, 27 Aug 2009 10:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-566</guid>
		<description>[...] Read the rest here:  Ruby on Rails: 9 Articles on Rails Authentication [...] </description>
		<content:encoded><![CDATA[<p>[...] Read the rest here:  Ruby on Rails: 9 Articles on Rails Authentication [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails: 9 Articles on Rails Authentication</title>
		<link>http://teachmetocode.com/articles/ruby-on-rails-9-articles-on-rails-authentication/#comment-565</link>
		<dc:creator>Ruby on Rails: 9 Articles on Rails Authentication</dc:creator>
		<pubDate>Thu, 27 Aug 2009 06:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=369#comment-565</guid>
		<description>[...] More:  Ruby on Rails: 9 Articles on Rails Authentication [...] </description>
		<content:encoded><![CDATA[<p>[...] More:  Ruby on Rails: 9 Articles on Rails Authentication [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

