CodeIgniter Forums
CodeIgniter Rest Server with JWT Authentication - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: CodeIgniter Rest Server with JWT Authentication (/showthread.php?tid=67871)



CodeIgniter Rest Server with JWT Authentication - aiamk - 04-19-2017

Hello,

Try it and leave your feedback.

Check out the example file "controllers/api/Jwt.php" for testing.

https://github.com/aiamk/codeigniter-restserver


Kind Regards.


RE: CodeIgniter Rest Server with JWT Authentication - kabeza - 07-21-2017

Hi
Any tutorial about how to use restserver with JWT Authentication?
Could not find the jwt.php under controllers/api

Thanks