CodeIgniter Forums
RESTful Services Authentication Problem - 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: RESTful Services Authentication Problem (/showthread.php?tid=64991)



RESTful Services Authentication Problem - Chandini - 04-18-2016

I create Api's for my mobile application .. By using Codeigniter RESTFULL Web services . Almost App Is completed Now Problem Is apis access problem . in my mobile application there is no login System . only one time registration . How to provide the security for Apis access ... if any another user also acess my api .. How to restrict the api access .. ? only can the apis access the registered users. how restricted ...?