II.
Library JSON
Structured · livelibrary:jsonwebtoken
jsonwebtoken json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:jsonwebtoken",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "jsonwebtoken",
"belongsToLanguageId": "language:javascript",
"category": "auth",
"description": "Node.js implementation of JSON Web Tokens (RFC 7519) supporting\nsigning with HMAC, RSA, and ECDSA algorithms, plus verification\nand decoding of access and refresh tokens.\n"
},
"outgoingEdges": [
{
"from": "library:jsonwebtoken",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:jsonwebtoken",
"to": "skill-area:authentication-authorization",
"kind": "used_for"
},
{
"from": "library:jsonwebtoken",
"to": "library:next-auth",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:bcrypt",
"to": "library:jsonwebtoken",
"kind": "alternative_to"
}
]
}