Add HMAC-SHA256 for Oauth 1 (#1055)

This commit is contained in:
Loïc Tosser 2020-10-15 12:45:43 +04:00 committed by GitHub
parent a4689fef8c
commit ba3f062324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,10 @@ export class OAuth1Api implements ICredentialType {
name: 'HMAC-SHA256',
value: 'HMAC-SHA256'
},
{
name: 'HMAC-SHA512',
value: 'HMAC-SHA512'
},
],
default: '',
required: true,