![]() |
Lightweight secure authentication library - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Lightweight secure authentication library (/showthread.php?tid=44500) |
Lightweight secure authentication library - El Forum - 08-16-2011 [eluser]Ordos[/eluser] I have been working on a secure authentication library for Codeigniter. I don't like huge authentication libraries that handle all methods your user models should handle. So I decided to create 1 secure library that is easily expanded to the needs of the website in question. You can find the code on github, as well as documentation/information. It uses phpass to hash passwords and 1-use-only autologin keys. I'm looking forward to suggestions! |