tags:

views:

1766

answers:

2

I want to make an web application (platform) that does pretty straightforward stuff: Users can register, get an account, and therefore login on to the platform. I've installed Kohana. It would be cool to have a lightweight demo-project that makes use of these things in order to see how it's done.

Are there any good ones available?

+1  A: 

The auth module that comes bundled with Kohana allows you to manager simple user/role logins. It does not provide forms for registration/user management however.

bumperbox
That would be just fine. I'm looking for examples on how to set this authentification up...
Thanks
http://docs.kohanaphp.com/addons/auththere are also some other auth modules in the the kohana modules list on their website
bumperbox
It's funny, I've tried following the kohana documentation, but the auth documentation for 2.x, their example code showing how to use it doesn't seem to work.
Gary
+3  A: 

Gallery3 Beta and Argentum Invoice are both built on Kohana and have authentication.

Ambirex