CodeIgniter Forums
Set up IonAuth 4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Set up IonAuth 4 (/showthread.php?tid=77279)



Set up IonAuth 4 - Wouter60 - 08-10-2020

I'm trying to set up IonAuth 4 within CI4.
The documentation says that there are 2 ways to copy the installation files.
1. Copy the files to the subfolders in the App folder, (so the controller to App\Controllers, the model to App\Models etc.).
2. Copy the IonAuth folder structure inside the ThirdParty folder.
I tried both options, but neither of these do what I want.
If I try the url localhost/auth, I get a message that there's no controller with that name.

I've just started a few days ago with CI4. I managed to build a login system with Alex Lancer's video tutorial on YouTube. But I need to migrate my CI 3 websites with IonAuth to CI 4, and I want to preserve all user credentials.
I'm fairly new with CI4, so please, be kind ;-)