Skip to content

Commit 0a9f6b3

Browse files
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <[email protected]>
1 parent 9403657 commit 0a9f6b3

File tree

12 files changed

+1088
-6
lines changed

12 files changed

+1088
-6
lines changed

packages/nodes-base/credentials/jwtAuth.credentials.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export class jwtAuth implements ICredentialType {
7171
displayName: 'Key Type',
7272
name: 'keyType',
7373
type: 'options',
74-
description:
75-
'Choose either the secret passphrase for PEM encoded public keys for RSA and ECDSA',
74+
description: 'Choose either the secret passphrase or PEM encoded public keys',
7675
options: [
7776
{
7877
name: 'Passphrase',
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"node": "n8n-nodes-base.jwt",
3+
"nodeVersion": "1.0",
4+
"codexVersion": "1.0",
5+
"categories": ["Development"],
6+
"alias": ["Token", "Key", "JSON", "Payload", "Sign", "Verify", "Decode"],
7+
"resources": {
8+
"credentialDocumentation": [
9+
{
10+
"url": "https://docs.n8n.io/credentials/jwt"
11+
}
12+
],
13+
"primaryDocumentation": [
14+
{
15+
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.jwt/"
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)