From a18daa7356c45f062c2f75da44adb36c913a5392 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Sat, 12 Feb 2022 04:56:09 -0500 Subject: [PATCH] Add JWT resources * Update 104-jwt.md * Update content/roadmaps/101-backend/content/109-apis/106-authentication/104-jwt.md Co-authored-by: Kamran Ahmed --- .../content/109-apis/106-authentication/104-jwt.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/106-authentication/104-jwt.md b/content/roadmaps/101-backend/content/109-apis/106-authentication/104-jwt.md index d4a983b34..f461608e3 100644 --- a/content/roadmaps/101-backend/content/109-apis/106-authentication/104-jwt.md +++ b/content/roadmaps/101-backend/content/109-apis/106-authentication/104-jwt.md @@ -1 +1,10 @@ -# Jwt \ No newline at end of file +# JWT + +JWT stands for JSON Web Token is a token-based encryption open standard/methodology that is used to transfer information securely as a JSON object. Clients and Servers use JWT to securely share information, with the JWT containing encoded JSON objects and claims. JWT tokens are designed to be compact, safe to use within URLs, and ideal for SSO contexts. + +Free Content +jwt.io Website +Introduction to JSON Web Tokens +What is JWT? +What Is JWT and Why Should You Use JWT +What is JWT? JSON Web Token Explained