![]() |
Authentication with token - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12) +--- Thread: Authentication with token (/showthread.php?tid=1379) |
Authentication with token - tenkepadu - 03-05-2015 Hi, I'm new here and new in php. ![]() May I ask if there's any framework or php code that can provide one at a time authentication with token in a website? Pls, help me. Thanks RE: Authentication with token - Nichiren - 03-05-2015 Are you looking for two factor authentication? RE: Authentication with token - cartalot - 03-06-2015 generally you are either passing a token in the html header, or a post field. thats something any php framework can do. |