mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -71,8 +71,7 @@ export class jwtAuth implements ICredentialType {
|
||||
displayName: 'Key Type',
|
||||
name: 'keyType',
|
||||
type: 'options',
|
||||
description:
|
||||
'Choose either the secret passphrase for PEM encoded public keys for RSA and ECDSA',
|
||||
description: 'Choose either the secret passphrase or PEM encoded public keys',
|
||||
options: [
|
||||
{
|
||||
name: 'Passphrase',
|
||||
|
||||
Reference in New Issue
Block a user