Should I use local/session storage or cookie to store access/refresh token?
I created an api that sends a user "access token" and "refresh token" in order to use them for authentication and refresh the access token. I'm using Angular on client side , the problem I have there is a lot of discussion and ways to store those tok...
Aug 26, 2017JGH