show/hide this revision's text 4 added 247 characters in body

EDIT: Mathew Davies, who develops Redux Auth, says a bunch of the cons in my list (including the security questions dealbreaker) have been fixed in the latest beta, so that should definitely be worth checking out

show/hide this revision's text 3 added 529 characters in body

Actually, I did a detailed roundup of all the authentication libraries for CodeIgniter when I was testing them out (just after New Year's). FWIW, I'll share it with you:

  • Excellent documentation, although some is in slightly broken englishEnglish
  • Don't get me wrong: I don't mean to disrespect any of the above libraries; I am very impressed with what their developers have accomplished and how far each of them have come, and I'm not above reusing some of their code to build my own. What I'm saying is, sometimes in these projects, the focus shifts from the essential 'need-to-haves' (such as hard security practices) over to softer 'nice-to-haves', and that's what I hope to remedy.

    Therefore: back to basics.

  • Recommends
  • Recommended TRUE random salt generation (e.g. using random.org or random.irb.hr)
  • Uses configurable
  • Configurable phpass for hashing (properly salted of course!)
  • Hashes
  • Hashing of passwords
  • Hashes
  • Hashing of autologin codes
  • Hashes
  • Hashing of lost password codes
  • show/hide this revision's text 2 deleted 4 characters in body

    Basically, here's how it is: I don't care if an auth library offers a bunch of features, advanced role management, PHP4 compatibility, pretty CAPTCHA fonts, country tables, complete admin panels, bells and whistles -- if the library actually makes my site less secure by not following best practices. It's an authentication package; it needs to do ONE thing right: Authentication. If it fails to do that, it's actually doing you more harm than good.

    show/hide this revision's text 1