10 questions · Node.js · intermediate level
What is the main difference between authentication and authorization?
Which part of a JWT contains the user data (payload)?
// eyJhbGciOiJIUzI1NiJ9.eyJ1c2VySWQiOiIxMjMifQ.signature
JWT payloads are encrypted — users cannot read them.