<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wylie &#187; Restful Authentication</title>
	<atom:link href="http://www.wyliethomas.com/blog/tag/restful-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wyliethomas.com/blog</link>
	<description>web consultant.developer.angler</description>
	<lastBuildDate>Wed, 07 Dec 2011 18:14:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RoR Restful Authentication</title>
		<link>http://www.wyliethomas.com/blog/2009/06/17/ror-restful-authentication/</link>
		<comments>http://www.wyliethomas.com/blog/2009/06/17/ror-restful-authentication/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 20:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Restful Authentication]]></category>

		<guid isPermaLink="false">http://www.wyliethomas.com/blog/2009/06/17/ror-restful-authentication/</guid>
		<description><![CDATA[I got sick of forgetting what to google to find this so I am keeping my notes here.
./script/plugin install http://svn.techno-weenie.net/projects/plugins/restful_authentication
Then run
./script/generate authenticated user sessions
You can add --include-activation to have add more features but i havent used that yet&#8230;. It works great as is.
]]></description>
			<content:encoded><![CDATA[<p>I got sick of forgetting what to google to find this so I am keeping my notes here.</p>
<p><code>./script/plugin install http://svn.techno-weenie.net/projects/plugins/restful_authentication</code></p>
<p>Then run</p>
<p><code>./script/generate authenticated user sessions</code></p>
<p>You can add <code>--include-activation</code> to have add more features but i havent used that yet&#8230;. It works great as is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyliethomas.com/blog/2009/06/17/ror-restful-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

