Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]wortell[/eluser]
[quote author="akzidenz" date="1285857615"]Hi everyone

I was playing around with the CI2, Modular Extensions and Ion Auth
This is what I did to get it working

1. Get tip_codeigniter.zip (CI2.0)
2. Extract, make sure it is running, set config.php
3. Get Modular Extension
http://bitbucket.org/wiredesignz/codeign.../wiki/Home
4. Install - Copy MY_Loader & MY_Router to core, MX to third party folder
Do not copy MY_Controller - this is for Modular Separation and not Extensions
5. Get Ion_Auth
http://github.com/benedmunds/CodeIgniter-Ion-Auth
6. Install the sql
7. Put ion_auth into a modules folder /application/modules/users
8. Add route
$route['auth/(.*)'] = 'users/auth/$1';
9. Autoload ion_auth
$autoload['libraries'] = array('database','session','users/ion_auth');
10. Edit paths
$this->ci->load->config('users/ion_auth', TRUE);
$this->ci->load->library('email');
$this->ci->load->library('session');
$this->ci->lang->load('users/ion_auth');
$this->ci->load->model('users/ion_auth_model');

Just in case anyone was trying... Smile[/quote]

where the freakin' bloody he@%#@$ were you 6 days ago!!!! aaargh!
verbatim of what I did... but after a bit of monkeying around.

Thanks tho - seriously you summarized it well.

ONE MODIFICATION [on my installation]:
--------------------------------------
I did indeed use a MY_Controller.php to allow for the MS + E, but used it primarily to control Public/Admin Controllers using the DRY method by Phil S.

other than that... verbatim (+6 days of 'no joy' before that).


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 09-30-2010, 05:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB