eddmash/powerauth

A Simple to use codeigniter authentication system

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Type:codeigniter-library

v1.0.0 2016-04-03 12:19 UTC

This package is auto-updated.

Last update: 2024-05-13 09:54:49 UTC


README

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.