from
Hacker News
Top
New
JSON Web Token (JWT) Secures Your API
by
anthonygore
on 4/17/19, 7:26 AM with 1 comments
by
zimpenfish
on 4/17/19, 8:21 AM
If you have to look the token up in the database anyway, what's the benefit of using something like JWT over an opaque session token?