Authlite 2.0 for Kohana 3.0 Alpha Testing
October 31st, 2009
Posted by Fred Wu
If you are using Kohana 2.x, please use Authlite 1.x, otherwise, you are welcome to check out the new code tailored for Kohana 3.0.
Please check out the code on Github.
So far I’ve only spent a little bit of time to make it work on Kohana 3.0, but I will be addressing some known issues and adding more features in the next few days. :)
good job!
i’am finding some auth module don’t using orm.
have any suggestion?
line 227 should be
if ($user->loaded()) {
and not
if (is_object($user)) {
Weird, this have been fixed a while ago, I must have checked in an older version. Will fix. :)