Hacker News new | ask | show | jobs
by 4star3star 749 days ago
Some people advocate for a secure httpOnly session cookie for the client, letting the server hold onto the JWT and manage refresh. This gets you the benefit of server to server access via the token as well as the "session" concept and the warm fuzzy feeling of knowing the client doesn't hold the token.
1 comments

Sounds a nice compromise, thanks