Commit 7534087
authored
Add the possiblity to change the signature method (#1160)
* Add the possiblity to change the signature method
RSA_SHA512 was hardcoded in the REST Client for OAuth1.
It is now possible to change the 'Signature Method' in the 'oauth_dict'
with the key 'signature_method' to another signature.
The default value is kept as 'SIGNATURE_RSA' if no value for the
mentioned key is provided.
* Add the possiblity to change the signature method
RSA_SHA512 was hardcoded in the REST Client for OAuth1.
It is now possible to change the 'Signature Method' in the 'oauth_dict'
with the key 'signature_method' to another signature.
The default value is kept as 'SIGNATURE_RSA' if no value for the
mentioned key is provided.1 parent 1697384 commit 7534087
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments