1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
Devesh Swarnkar
2022-10-04 17:17:44 +05:30
committed by GitHub
parent 1a1e5b049e
commit 84eb4c74a7

View File

@@ -1 +1,6 @@
# Jsonwebtoken
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Package' colorScheme="blue" href='https://www.npmjs.com/package/jsonwebtoken'>Package Documentation</BadgeLink>