Skip to content
Snippets Groups Projects
Unverified Commit 4e388eac authored by Arunmozhi's avatar Arunmozhi Committed by Kshitij Sobti
Browse files

refactor: replace oauth param fetching from client to signature method

The OAuthlib 1.0 Client's get_oauth_params fails when processing Webob
request object with the body stored as a binary instead of string.
This commit replaces the client function with a different one which
doesn't involve body hashing, as the body hash is calculated explicitly.
parent 224e65ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment