Skip to content

Latest commit

 

History

History

25

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

JSON Web Tokens (JWT) Basics

In this lab, you will learn the basics of JSON Web Tokens (JWT). The tasks include installing necessary packages, creating a JWT, decoding the payload of the JWT, and verifying the JWT. Keep in mind this lab uses a Node.js 14 environment, and the necessary packages should be installed using yarn add command.