CodeIgniter Forums
Authenticating Mobile Devices - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Authenticating Mobile Devices (/showthread.php?tid=64807)



Authenticating Mobile Devices - funnyfarm299 - 03-28-2016

I've successfully implemented Grocery CRUD and Ion Auth to build a fully functioning website.

Now I need to allow my teammate's Android app to connect to my database after authenticating. Problem is, I have no idea where to start. I've done some reading and it looks like I need to implement the REST server. Is there any information on setting this up to work with Ion?