by Ben Edmunds
Redux Auth 2 had a lot of potential. It's lightweight, simple, and clean, but had a ton of bugs and was missing some key features. So we refactored the code and added new features.
Ion Auth 2 dropped any backwards compatibility and made things more awesome.
Ion Auth 3, while not dropping as much backwards compatibility, made things even more awesome!
If you use this to further your career, or put money in your pocket, and would like to support the project please consider a moral license.
Ion Auth 3 needs CodeIgniter 3 and PHP 5.6. It should work on 5.4 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues. In this case, you may need password_compat.
Documentation is located at http://benedmunds.com/ion_auth/
If you want to quickly add secure authentication to PHP apps and APIs, feel free to check out Auth0's PHP SDK and free plan at auth0.com/overview
See UPGRADING.md file.
See INSTALLING.md file.
In the package you will find example usage code in the controllers and views folders. The example code isn't the most beautiful code you'll ever see but it'll show you how to use the library and it's nice and generic so it doesn't require a MY_controller or anything else.
Username: [email protected] Password: password
It is highly recommended that you use encrypted database sessions for security!
Time Based One-Time Password (TOTP) - There is a Time Based One-Time Password (TOTP) implementation compatible with Google Authenticator available. Feature branch maintained by biscofil and is available at https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/otp
Feel free to open an issue or send me an email if you have any problems.
Thanks,
-Ben Edmunds
[email protected]
@benedmunds