I am working on medical web application in php codeigniter and javascript. Autheticating user by oauth password credentials. I am getting access token properly. But i dont know how to store access token in codeigniter? I tried in cookies but it not working properly.
What are the best practies to store,use tokens? I understand tokens from client, but i dont know what i should do with php coeigniter.
Thanks.