mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
0a9f6b3de8
Co-authored-by: Giulio Andreini <andreini@netseven.it>
20 lines
430 B
JSON
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/"
|
|
}
|
|
]
|
|
}
|
|
}
|