-
Notifications
You must be signed in to change notification settings - Fork 0
Freakuth light authentication API
Well guys, after long... here we go!
I released an advanced alpha version of [b]FreakAuth_light[/b] for all of you to enjoy (hopefully) and testing.
-
[b]official website[/b] for downloads and documentation is: [url=http://www.4webby.com/freakauth/]4webby.com/freakauth[/url]
-
[url=http://www.4webby.com/freakauth/documentation]documentation[/url]
-
[url=http://www.codeigniter.com/forums/viewthread/3146/]official forum[/url]!
I also included a kinda [b]installation-checkin[/b] in the release, so that you can make sure everything is set ok for FreakAuth_light to work, and work safely!
This release will be suitable for not extremely complex applications, where you will need to distinguish among:
- superadmin (full control of the API)
- admin (you can let him do what you want)
- registered users
- guests
[b]FRONTEND [/b]
- login/logout
- user registration
- forgotten password
- change password
[b]ADMINISTRATION BACKEND[/b]
- list/detail/add/edit/del admins
- list(paginated)/detail/add/edit/del users
- an example on how to implement the backend with other controllers (i.e. blog posts ect.)
- a kinda advanced CRUD that let's you have custome user profile fields + validation rules in backend
[b]EXTRAS[/b]
=> the applications uses nice [b]dynamic flash messages[/b]!! => the application also includes an [b]additional RSS reader[/b] (plugin + helper)
Let’s say that FreakAuth_light is much better in terms of performance than Auth that just for a login runs 9 queries! And, more important, more secure!
I also started implementing the evolution to FreakAuth, that will hopefully have ACL!
Test it and post your feedbacks on the [url=http://www.codeigniter.com/forums/viewthread/3146/]official forum[/url]!
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)