Live data from Hacker News

JSON Web Tokens vs. Session Cookies: In Practice

ponyfoo.com

1–2 of 2 posts

Re: JSON Web Tokens vs. Session Cookies: In Practice

#2
Using JWT in the context of a session based application looks very alluring at first glance (easy scalability in combination with microservices etc.). But JWT gets rather complicated when you have to ensure maximum one session per user in business applications or you need a mechanism to revoke a JWT.

For a detailed discussion see https://news.ycombinator.com/item?id=18353874