mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Add HMAC-SHA256 for Oauth 1 (#1055)
This commit is contained in:
@@ -56,6 +56,10 @@ export class OAuth1Api implements ICredentialType {
|
|||||||
name: 'HMAC-SHA256',
|
name: 'HMAC-SHA256',
|
||||||
value: 'HMAC-SHA256'
|
value: 'HMAC-SHA256'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'HMAC-SHA512',
|
||||||
|
value: 'HMAC-SHA512'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user