CodeIgniter Forums
Token to api REST - 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: Token to api REST (/showthread.php?tid=68291)



Token to api REST - avasquez - 06-20-2017

Greetings to all! Thank you for accepting me in the community.

I am making an api rest and at this time I need to be able to generate random tokens so that users who have permissions to access the api can generate it and review the data.

I already have all the logical part of the api built. The users look for the data according to an 'id' and get the correct result, but, I am missing this authentication.

I will be attentive to what you can help me, if there is any guide I will be grateful if you share it with me.

I have searched the search engines, but I have not been successful in my search.