Has anyone used DX Auth for Codeigniter bundeled examples?
After following Installing DX Auth library with bundled examples on http://dexcell.shinsengumiteam.com/dx_auth/installation/index.html
I added a route $route[‘auth’] = “auth”; in config/routes.php, uploaded /controllers/auth.php, added $autoload[‘libraries’] = array(‘database’, ‘session’, ‘xmlrpc’, ‘DX_Auth’); in /config/autoload.php.
The bundled example comes with the views in a subfolder /views/auth.
I tried to put the register_form.php view in both /views and /views/auth.
Once I enter http://mydomain.com/auth/register I get a blank page, like no view is loading.
An help would be greatly appreciated.
I’ve considered using DX Auth for a while, but I ended up using Redux Auth instead for flexibility and simplicity.
Redux is outdated now, but the new Ion Auth is based on Redux Auth, and works great for me.
They have good documentation as well.