Understanding JWT Authentication in Node.js
Imagine you build a website where users can:
log in
upload files
create posts
view private data
Now think about this question:
How does the server know which user is making the request?
If someo
aman-kumar.hashnode.dev6 min read