From 9b273a98d05eda0bf526c00fa93c84acc830e689 Mon Sep 17 00:00:00 2001 From: Osman Furkan <72938579+osmanfurkan115@users.noreply.github.com> Date: Wed, 3 Aug 2022 18:39:11 +0300 Subject: [PATCH] Fix jwt website link (#1332) --- .../101-backend/content/109-apis/106-authentication/104-jwt.md | 2 +- 1 file changed, 1 insertion(+), 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 f461608e3..3867e23c6 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 @@ -3,7 +3,7 @@ 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 +jwt.io Website Introduction to JSON Web Tokens What is JWT? What Is JWT and Why Should You Use JWT