![]() |
myth-auth rest api - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: myth-auth rest api (/showthread.php?tid=77183) |
myth-auth rest api - cilux - 07-30-2020 I work with myth-auth authentication system for my web project, now I need to work with myth-auth authentication for rest api. how do start rest api with myth-auth?! (ie: login, how do work with myth-auth password manager and i need to work with which files) thanks for any help for start first step .... RE: myth-auth rest api - InsiteFX - 07-31-2020 Everything goes through Myth::Auth AuthController, that's were you need to look. |