n8n/packages/nodes-base/nodes/Jwt/Jwt.node.json
Michael Kret 0a9f6b3de8
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2024-04-10 13:16:48 +03:00

20 lines
430 B
JSON

{
"node": "n8n-nodes-base.jwt",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development"],
"alias": ["Token", "Key", "JSON", "Payload", "Sign", "Verify", "Decode"],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/jwt"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.jwt/"
}
]
}
}