<?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: Two-Headed Application Authentication in CakePHP 1.2</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Benni</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/comment-page-1/#comment-10967</link>
		<dc:creator>Benni</dc:creator>
		<pubDate>Sun, 09 Nov 2008 12:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/#comment-10967</guid>
		<description>Although this may be a kind of outdated post: The other day I built an Intranet-application in which I was forced to authenticate using the http authentification to be able to serve calendar-data in the iCalendar format. That brought up the problem that not authentificated users got redirected to the login-page. The digging into the code-thing you described above helped me to adapt an own auth-controller which sits in my app/controllers/components directory and is automatically used instead of the cake-one.
Magic functions rock as long as they&#039;re adaptable and the sane settings overwriteable. And cakephp wins this one, too.</description>
		<content:encoded><![CDATA[<p>Although this may be a kind of outdated post: The other day I built an Intranet-application in which I was forced to authenticate using the http authentification to be able to serve calendar-data in the iCalendar format. That brought up the problem that not authentificated users got redirected to the login-page. The digging into the code-thing you described above helped me to adapt an own auth-controller which sits in my app/controllers/components directory and is automatically used instead of the cake-one.<br />
Magic functions rock as long as they&#8217;re adaptable and the sane settings overwriteable. And cakephp wins this one, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/comment-page-1/#comment-6962</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Mon, 13 Aug 2007 10:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/#comment-6962</guid>
		<description>Great! Thnx. I wanted something simple and only good find Auth with Acl which is toooo much! I even couldn&#039;t get it working properly.

This article was very helpfull!</description>
		<content:encoded><![CDATA[<p>Great! Thnx. I wanted something simple and only good find Auth with Acl which is toooo much! I even couldn&#8217;t get it working properly.</p>
<p>This article was very helpfull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/comment-page-1/#comment-6875</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Sun, 29 Jul 2007 01:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/07/28/two-headed-application-authentication-in-cakephp-12/#comment-6875</guid>
		<description>Is the 5425 version of AuthComponent seen in trac the latest? While starting to document it I have found several minor bugs and was about to put in trac - after reading your most thought might just ask and save some trouble to everyone 

An example : line 358 should be 

if (empty($this-&gt;logoutRedirect)) {

instead of 

if (empty($this-&gt;logoutAction)) {</description>
		<content:encoded><![CDATA[<p>Is the 5425 version of AuthComponent seen in trac the latest? While starting to document it I have found several minor bugs and was about to put in trac &#8211; after reading your most thought might just ask and save some trouble to everyone </p>
<p>An example : line 358 should be </p>
<p>if (empty($this-&gt;logoutRedirect)) {</p>
<p>instead of </p>
<p>if (empty($this-&gt;logoutAction)) {</p>
]]></content:encoded>
	</item>
</channel>
</rss>
