Are there any example projects that use Kohana with user registration and login authentification?

StackOverflow https://stackoverflow.com/questions/966862

  •  12-09-2019
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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

OTHER TIPS

A ready to download example based on kohana 3.2. http://www.workinprogress.ca/kohana32/

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.

I am just setting up a project using Kohana 3.2 and Auth Module and found these useful guides:

Setting up the basic Auth in KO3 (part 1): http://blog.mixu.net/2010/09/06/step-by-step-guide-to-kohana-3-auth/

An overview of the functionality provided by the Auth module (part 2): http://blog.mixu.net/2010/09/07/kohana-3-auth-the-auth-module-functionality/

Tips on implementing Auth in a custom application (part 3): http://blog.mixu.net/2010/09/14/kohana-3-auth-sample-implementation-and-documentation/

Getting started with Useradmin, my Kohana 3 auth admin module (part 4): http://blog.mixu.net/2011/01/13/getting-started-with-useradmin-my-kohana-3-auth-admin-module/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top