<?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: Release: [Kohana Module] Authlite, for User Authentication</title>
	<atom:link href="http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/</link>
	<description>Follow us on Twitter: @fredwu and @scotti3g</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:22:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-185972</link>
		<dc:creator>Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter</dc:creator>
		<pubDate>Sun, 31 Jul 2011 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-185972</guid>
		<description>[...] Kohana has a built-in Auth module and a number of 3rd party Auth and ACL libraries including my Authlite. [...]</description>
		<content:encoded><![CDATA[<p>[...] Kohana has a built-in Auth module and a number of 3rd party Auth and ACL libraries including my Authlite. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ax</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-44556</link>
		<dc:creator>Ax</dc:creator>
		<pubDate>Fri, 01 Oct 2010 00:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-44556</guid>
		<description>Hey Dave ... i&#039;ve solution
(my english so bad)
so...

File: modules/authlite/classes/authlite.php
line: 226

code:
if ($user-&gt;loaded)

change for:
if ($user-&gt;loaded())

--- it&#039;s all!

Thanks Michael, i started with this framework
Good luck!</description>
		<content:encoded><![CDATA[<p>Hey Dave &#8230; i&#8217;ve solution<br />
(my english so bad)<br />
so&#8230;</p>
<p>File: modules/authlite/classes/authlite.php<br />
line: 226</p>
<p>code:<br />
if ($user-&gt;loaded)</p>
<p>change for:<br />
if ($user-&gt;loaded())</p>
<p>&#8212; it&#8217;s all!</p>
<p>Thanks Michael, i started with this framework<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crazy</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-37742</link>
		<dc:creator>Crazy</dc:creator>
		<pubDate>Fri, 06 Aug 2010 15:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-37742</guid>
		<description>Please can some help with a simple tutorial/or instruction on how to set this up</description>
		<content:encoded><![CDATA[<p>Please can some help with a simple tutorial/or instruction on how to set this up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander B.</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-28893</link>
		<dc:creator>Alexander B.</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-28893</guid>
		<description>Hi, 

thanks for your great Module.
Do you have a tutorial or examples, how to use this Module?
I am a beginner at the kohana framework and the standard Auth Module is not enough documented....

Thanks

Greets, Alex</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for your great Module.<br />
Do you have a tutorial or examples, how to use this Module?<br />
I am a beginner at the kohana framework and the standard Auth Module is not enough documented&#8230;.</p>
<p>Thanks</p>
<p>Greets, Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hfossli</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-27561</link>
		<dc:creator>hfossli</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-27561</guid>
		<description>Hi!
Is it possible to have multiple clients logged in as the same user simultaneously? Will there be trouble with sessions and stuff if so?
Thanks. Great module!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Is it possible to have multiple clients logged in as the same user simultaneously? Will there be trouble with sessions and stuff if so?<br />
Thanks. Great module!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-24480</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-24480</guid>
		<description>Hey Fred,

Great module! It certainly makes authorisation nice and easy.

I&#039;ve modded the module a little, more to my purposes, and am about to make another change, but thought I&#039;d see if you had any thoughts.

At the moment, logged_in() returns an ORM instance, but for example, I&#039;m using a user model, and actually I want to return an instance, so throughout the rest of the models in my application I can do something like...

&lt;code&gt;User_Model::instance()-&gt;some_property;&lt;/code&gt;

...without having to pass the only logged-in user into all my app&#039;s models.

Have you ever had any thoughts this way?

I&#039;ll probably just extend the class, but it might be a nice addition into the core.

Cheers,
Dave</description>
		<content:encoded><![CDATA[<p>Hey Fred,</p>
<p>Great module! It certainly makes authorisation nice and easy.</p>
<p>I&#8217;ve modded the module a little, more to my purposes, and am about to make another change, but thought I&#8217;d see if you had any thoughts.</p>
<p>At the moment, logged_in() returns an ORM instance, but for example, I&#8217;m using a user model, and actually I want to return an instance, so throughout the rest of the models in my application I can do something like&#8230;</p>
<p><code>User_Model::instance()-&gt;some_property;</code></p>
<p>&#8230;without having to pass the only logged-in user into all my app&#8217;s models.</p>
<p>Have you ever had any thoughts this way?</p>
<p>I&#8217;ll probably just extend the class, but it might be a nice addition into the core.</p>
<p>Cheers,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Authlite 2.0 for Kohana 3.0 Alpha Testing &#171; Best PHP Frameworks</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-24223</link>
		<dc:creator>Authlite 2.0 for Kohana 3.0 Alpha Testing &#171; Best PHP Frameworks</dc:creator>
		<pubDate>Wed, 09 Dec 2009 14:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-24223</guid>
		<description>[...] you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana [...]</description>
		<content:encoded><![CDATA[<p>[...] you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Authlite 2.0 for Kohana 3.0 Alpha Testing &#124; Beyond Coding</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-22181</link>
		<dc:creator>Authlite 2.0 for Kohana 3.0 Alpha Testing &#124; Beyond Coding</dc:creator>
		<pubDate>Sat, 31 Oct 2009 12:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-22181</guid>
		<description>[...] you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana [...]</description>
		<content:encoded><![CDATA[<p>[...] you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter &#124; PHP Frameworks</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-21393</link>
		<dc:creator>Choosing a PHP Framework Round 2: Yii vs Kohana vs CodeIgniter &#124; PHP Frameworks</dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-21393</guid>
		<description>[...] Kohana has a built-in Auth module and a number of 3rd party Auth and ACL libraries including my Authlite. [...]</description>
		<content:encoded><![CDATA[<p>[...] Kohana has a built-in Auth module and a number of 3rd party Auth and ACL libraries including my Authlite. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wu</title>
		<link>http://www.beyondcoding.com/2009/01/21/release-kohana-module-authlite-for-user-authentication/comment-page-1/#comment-20937</link>
		<dc:creator>Fred Wu</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.beyondcoding.com/?p=170#comment-20937</guid>
		<description>Yes Authlite will be updated to work with K3 very soon. :-)</description>
		<content:encoded><![CDATA[<p>Yes Authlite will be updated to work with K3 very soon. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

