I am trying to learn React framework using Codeigniter as backend. Therefore I am trying to use Codeigniter as RESTful API source. But I also need authentication and user management for the project, as most functionality should only be accessible to logged-in users.
And I am stuck, since I cannot find any reasonably easy to use authentication library for my purposes. You know, something like ion_auth, but with API that would be pluggable to React frontend. Something with tokens instead of cookies perhaps...
I realize there is a lot to learn for me on this way, but any guidance or suggestions would be really appreciated.
==
Donatas G.