-
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.
-
[url=http://www.4webby.com/freakauth/]official website & downloads[/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
- simple ACL with custom roles/permissions
[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]
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!
Test it and post your feedbacks on the [url=http://www.codeigniter.com/forums/viewthread/3146/]official forum[/url]!
[b]COMMUNITY UPDATES (unstable)[/b]