mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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',
|
||||
value: 'HMAC-SHA256'
|
||||
},
|
||||
{
|
||||
name: 'HMAC-SHA512',
|
||||
value: 'HMAC-SHA512'
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user