0

i've read this article about authentication library. some of this answer is not satisfy me. my qeustion is:

  1. i know some of the libraries above has not been maintenance anymore/compatible with Codeigniter 2.0 . but which one who still be maintenanced ? some of them doesnt have any documentation (tank_auth) would u like to show me the complete documentation instead of basic information founded in the konyukhov's site ?

  2. I plan to make a -dooid-like web or a-identy-like web for my local colleges.

    what is the most suitable authentication for my case?.

    i mean it is simple, clear and complete user_guide ,compatible with codeigniter 2.0 but strong.

excuse me with my english. i am indonesian and i cant speak english well.

Community
  • 1
  • 1
Fawwaz
  • 199
  • 3
  • 17

1 Answers1

1

I've had great luck and would highly recommend Tank Auth.

It requires only a bit of setup and provides several built in functions for checking if a person is logged in and other useful authentication functions. It's fairly well documented and there's a good community of developers to help if you get stuck.

Brett DeWoody
  • 59,771
  • 29
  • 135
  • 184
  • ok , can you give me a link contains an example of building a website with tank_auth library? i want another example besides the example included in the package. :D. a much more example a much i can learn :D – Fawwaz Jan 05 '12 at 03:19
  • Google should be able to find you some tutorials. Here's one that goes through setting it up - http://expertnotfound.wordpress.com/2011/01/20/setting-up-tank-auth-2/ – Brett DeWoody Jan 10 '12 at 01:03