What are JSON Web Tokens (JWT)
Understand the details of JWT, JWK, and JWE.
We'll cover the following...
Overview
We have two parties, the client and the server, involved in many applications. We need to pass information back and forth between them. Otherwise, the app we’re creating will be completely useless.
If we use a TLS secured HTTPS connection (see the lesson ...