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>pull/2318/head
parent
1a1e5b049e
commit
84eb4c74a7
1 changed files with 6 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue