diff --git a/content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md b/content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md
index 0c68c0603..3681c56f9 100644
--- a/content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md
+++ b/content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md
@@ -1 +1,6 @@
-# Jsonwebtoken
\ No newline at end of file
+# JSON Web Token
+
+JWT, or JSON-Web-Token, is an open standard for sharing security information between two parties — a client and a server. Each JWT contains encoded JSON objects, including a set of claims. JWTs are signed using a cryptographic algorithm to ensure that the claims cannot be altered after the token is issued.
+
+Free Content
+Package Documentation