You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.