Skip to content

eddmash/powerauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerorm

A Simple to use codeigniter authentication system .

Install

  • Via Composer

composer require eddmash/powerauth

  • Download or Clone package from github.

Load the Library

Load the library like any other Codeigniter library.

$autoload['libraries'] = array('session', 'powerorm/orm', 'powerauth/auth')

Configuration

  • Set the model to use for Authentication, on the application/config/config.php

     `$config['auth_model'] = 'User_model';`
    

Related CODEIGNITER Libraries.