JWT Presentation

Learn about the authentication tokens that we can use to secure a session.

We'll cover the following...

When it comes to authentication tokens, the JSON Web Token (JWT) is the standard. JWT is an open standard that allows the secure exchange of tokens between several parties.

Components of a JWT

...