From 84eb4c74a72f282ac2f0a925ed7b02fb05f238ab Mon Sep 17 00:00:00 2001 From: Devesh Swarnkar <71492529+devesh-0419@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:17:44 +0530 Subject: [PATCH] Resources and description added for jsonwebtoken (#2098) * Resources and description added for jsonwebtoken * Update content/roadmaps/107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md Co-authored-by: Kamran Ahmed --- .../107-nodejs/content/107-nodejs-apis/108-jsonwebtoken.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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