Read the latest web development and design tips at Fred Wu's new blog! :-)
Poke me on GitHub

Authlite 2.0 for Kohana 3.0 Alpha Testing

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. :)

  • Digg
  • DZone
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • Live
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter

Related posts

Tags: , , ,

Comments Section

3 Responses to “Authlite 2.0 for Kohana 3.0 Alpha Testing”

Sidebar might be covered by comments ... consider it a feature! ;)
  1. 1

    good job!
    i’am finding some auth module don’t using orm.
    have any suggestion?

  2. 2

    line 227 should be

    if ($user->loaded()) {

    and not

    if (is_object($user)) {

  3. 3

    Weird, this have been fixed a while ago, I must have checked in an older version. Will fix. :)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>