Skip to content

netsenior/CodeIgniter-Lion-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lion Auth

Based on Ion Auth 2

by Ben Edmunds

Installation

Copy the files from this package to the corresponding folder in your application folder.

Relational DB Setup

Run the SQL file ion_auth.sql

Default Login

Username: admin@admin.com Password: password

Important

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

Optimization

It is recommended that you add your identity column as a unique index.

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

Templating

in application/config/autload.php include 'ion_auth' under $autoload['libraries']; in any page include load->view('auth/menu','',true); ?> to display the menu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors