My reading journal for Code Fellows
What is a JSON Web Token (JWT)?
When should we use JSON Web Tokens?
Claims are expected in which structural component of a JWT?
payload, which contains the claimsIf I get a JWT and I can decode the payload, how can we call that secure?
If sending a JWT, what must sender and receiver both know? Hint, it’s appended in the signature.
Explain how concatenated content and secret can be sent and received securely to a non-technical recruiter.
Why use JWT?
JWT is Compact and self-contained. Describe how this is useful to a non-technical friend.
What are the three components (the structure) of a JWT signature?