Skip to content

elchenberg/CodeIgniter-Ion-Auth

 
 

Repository files navigation

Ion Auth 3

The future of authentication

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!

Support

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.

Server requirements

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

Documentation is located at http://benedmunds.com/ion_auth/

Supported By

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

Upgrading

See UPGRADING.md file.

Installation

See INSTALLING.md file.

Usage

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.

Default Login

Username: admin@admin.com Password: password

Important

It is highly recommended that you use encrypted database sessions for security!

Options

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

For Help

Feel free to open an issue or send me an email if you have any problems.

Thanks,
-Ben Edmunds
ben.edmunds@gmail.com
@benedmunds

About

Simple and Lightweight Auth System for CodeIgniter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.8%
  • HTML 6.1%
  • Other 1.1%