Skip to content
Derek Jones edited this page Jul 5, 2012 · 3 revisions

You can find the code for AG Auth here and the user guide is available from here

AG Auth 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 AG Auth is that you don't need to write any code to use it. Period. You use AG Auth by extending the controller Application instead of CI_Controller.

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

Clone this wiki locally