CodeIgniter Forums
RESTFul with user functionality and image uploading - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: RESTFul with user functionality and image uploading (/showthread.php?tid=60997)



RESTFul with user functionality and image uploading - El Forum - 08-25-2014

[eluser]mstdmstd[/eluser]
Hello,
I work in C I2.2 with RESTFul based on article
http://code.tutsplus.com/tutorials/working-with-restful-services-in-codeigniter-2--net-8814
That is good article, but what it does not cover is there is a way to work with user registration, user login, logout etc functionalities?
I mean that some methods needs to verify current session data. if there is way to test it?
Also user registrations also uploaded avatar seelcted by user. Can it be tested too ?
If yes please give url to some example.

Thanks!