Featured
Simple JWT Storage and Request Handling - Cookies are tasty
JSON Web Tokens (JWTs) enable a stateless way of implementing authentication, in comparison to sessions. But where do you store these tokens, and how do you send them with a request to a server for authentication? There are a few different ways, but storing them in a cookie is the simplest solution.
Latest
web
#authentication
#jwt
#node.js
Simple JWT Storage and Request Handling - Cookies are tasty
Jan 4 '19 · 5 min read ·
980
How to store and send JSON Web Tokens (JWTs) from the client-side.
