REST authentication system

Hiii guys i’m working on ionic 3 and my back-end use codeigniter framework, so i want to implement REST authentication system, and store the user session, and token based authentication, so what u advice me, which REST authentication system use?
thnks in advance

See:

1 Like

my backend use codeigniter i should use a library of JWT to implent that ?

If you read this link: https://coderwall.com/p/8wrxfw/goodbye-php-sessions-hello-json-web-tokens

You will find that it discusses JWTs, CodeIgniter and provides sample code.