eddmash / powerauth
A Simple to use codeigniter authentication system
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:codeigniter-library
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-11-13 11:00:38 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.
-
powerorm
A light weight easy to use CodeIgniter ORM. https://github.com/eddmash/powerorm
-
powerdispatch
An Event Dispatching mechanism for Codeigniter https://github.com/eddmash/powerdispatch