<?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: Under the hood: Not-so-basic authentication</title>
	<atom:link href="http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/</link>
	<description>Eden Development Company Blog</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:27:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: processing credit cards</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-249</link>
		<dc:creator>processing credit cards</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-249</guid>
		<description>It’s simple for an example, but don’t think that’s all there is to basic authentication. There’s nothing to stop you comparing against values in a settings table or even doing a user lookup à la RESTful authentication.&lt;br&gt;&lt;br&gt;Thanks and Regards</description>
		<content:encoded><![CDATA[<p>It’s simple for an example, but don’t think that’s all there is to basic authentication. There’s nothing to stop you comparing against values in a settings table or even doing a user lookup à la RESTful authentication.</p>
<p>Thanks and Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coaching London</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-245</link>
		<dc:creator>Coaching London</dc:creator>
		<pubDate>Sat, 05 Sep 2009 14:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-245</guid>
		<description>I think that the solution works good (so long as you close your eyes when looking at the passwords stored in the PL/SQL). The need for an ORACLE wallet  is a bit smelly but that seems to be just how it works. One thing I did miss about that is the wallet needs to be stored in a location the server</description>
		<content:encoded><![CDATA[<p>I think that the solution works good (so long as you close your eyes when looking at the passwords stored in the PL/SQL). The need for an ORACLE wallet  is a bit smelly but that seems to be just how it works. One thing I did miss about that is the wallet needs to be stored in a location the server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hampers</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-206</link>
		<dc:creator>Hampers</dc:creator>
		<pubDate>Fri, 14 Aug 2009 18:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-206</guid>
		<description>As a newbie to this designing and coding world, it&#039;s an awesome find to mingle with great minds here. May I take this opportunity to ask, is there a way to make things as simple as ABC especially if we are dealing with an error logging in and instead of going back from scratch, there should be a message of where the error lies so users will not go all over again: typing from the very beginning?</description>
		<content:encoded><![CDATA[<p>As a newbie to this designing and coding world, it&#39;s an awesome find to mingle with great minds here. May I take this opportunity to ask, is there a way to make things as simple as ABC especially if we are dealing with an error logging in and instead of going back from scratch, there should be a message of where the error lies so users will not go all over again: typing from the very beginning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrewskegg</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-199</link>
		<dc:creator>andrewskegg</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-199</guid>
		<description>There must be some strange behaviour going on with Safari, since I can get Rails to logout but revisiting the protect page and it let&#039;s me right in.&lt;br&gt;&lt;br&gt;Still - the admin links are hidden, and the auth is destroyed when the browser quits, so it&#039;s not all bad.&lt;br&gt;&lt;br&gt;Of course, nothing beats proper authentication rather than digest.</description>
		<content:encoded><![CDATA[<p>There must be some strange behaviour going on with Safari, since I can get Rails to logout but revisiting the protect page and it let&#39;s me right in.</p>
<p>Still &#8211; the admin links are hidden, and the auth is destroyed when the browser quits, so it&#39;s not all bad.</p>
<p>Of course, nothing beats proper authentication rather than digest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimee</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-144</link>
		<dc:creator>Aimee</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-144</guid>
		<description>I&#039;m glad it helped you out. Hopefully it shows that there is much more that can be done with basic authentication than people sometimes realise.&lt;br&gt;&lt;br&gt;Let me know if you post a follow-on. I&#039;ll be interested to read it.</description>
		<content:encoded><![CDATA[<p>I&#39;m glad it helped you out. Hopefully it shows that there is much more that can be done with basic authentication than people sometimes realise.</p>
<p>Let me know if you post a follow-on. I&#39;ll be interested to read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carey</title>
		<link>http://edendevelopment.co.uk/blogs/company/2009/03/23/under-the-hood-not-so-basic-authentication/comment-page-1/#comment-133</link>
		<dc:creator>Carey</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://edendevelopment.co.uk/blogs/company/?p=396#comment-133</guid>
		<description>Fantastic!  Solved an immediate problem for me.&lt;br&gt;&lt;br&gt;I wouldn&#039;t mind if the example was more pedantic, and more generic.  I may post that on my blog.</description>
		<content:encoded><![CDATA[<p>Fantastic!  Solved an immediate problem for me.</p>
<p>I wouldn&#39;t mind if the example was more pedantic, and more generic.  I may post that on my blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
