mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Add HMAC-SHA256 for Oauth 1 (#1055)
This commit is contained in:
parent
a4689fef8c
commit
ba3f062324
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue