Skip to content
World Wide Web Server edited this page Jul 4, 2012 · 8 revisions

[color="red"][b]The site for this library has died, but the code and installation guide can be found on Adam's personal site [url=http://adamgriffiths.co.uk/user_guide/auth/installation.html]here[/url][/b][/color]

The Auth Library is a small but powerful authentication library for CodeIgniter.

Features:-

-- Login (using username or email) -- Logout -- Register -- Secure Remember me (essentially unbreakable) -- Strong username and password policy server side -- Maximum number of failed login attempts, security against DDoS or Bruteforce attacks -- Makes use of the form validation class

The best thing about The Auth Library is that you don't need to write any code to use it. Period. You use the Auth Library by extending the controller Application instead of Controller.

Category:Libraries::Community Category:Libraries::Authorization Category:Libraries::Authentication Category:Libraries::Authorization Category:Libraries::Authentication Category:Contributions::Libraries::Authentication

Clone this wiki locally