Hacker News new | ask | show | jobs
by makkesk8 3032 days ago
JWT's are stateless and cookies are not, you can achieve the same thing with cookies as with JWT if you store your sessions in redis etc.. for api's I'd recommend JWT's.
1 comments

I just updated my question, as it was vague. I’d appreciate your input!