8000 Pass the raw body to the signature generator instead of an object by daleal · Pull Request #75 · fintoc-com/fintoc-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pass the raw body to the signature generator instead of an object #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 23, 2025

Conversation

daleal
Copy link
Member
@daleal daleal commented Apr 22, 2025

Description

The SDK was having bugs when generating the signature. This is because the signature generation process received a JSON and had to serialize it, instead of receiving the raw text sent with the request (the one used by the server to check the signature), so the chances of different serialization algorithms were high.

Requirements

N/A

Additional changes

N/A

@daleal daleal self-assigned this Apr 22, 2025
@daleal daleal force-pushed the fix/signature/use-raw-body branch from abc5d3c to 71a7d99 Compare April 23, 2025 14:37
@daleal daleal requested a review from lezorich April 23, 2025 14:38
@daleal daleal merged commit ac2b939 into master Apr 23, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0