Skip to content
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

No value OAuth1 still need "=" to be valid #2069

Closed
wants to merge 1 commit into from

Conversation

ili101
Copy link

@ili101 ili101 commented Apr 23, 2023

Description

Purpose

This pull request is a:

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

In 110.0.0 a fix for #2022 was added.
While the request now being sent successfully the signature generated is invalid. This is as in OAuth1 the name is separated from the corresponding value by an '=' character (ASCII code 61), even if the value is empty
So this removes the new logic to add the "=" only if value in not null (only from the OAuth1 signature not for the URL construction)

@ili101
Copy link
Author

ili101 commented Apr 23, 2023

@dotnet-policy-service agree

@ili101 ili101 closed this Apr 23, 2023
@ili101 ili101 reopened this Apr 23, 2023
@stale
Copy link

stale bot commented Jun 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 18, 2023
@repo-ranger
Copy link

repo-ranger bot commented Jun 18, 2023

⚠️ This issue has been marked wontfix and will be closed in 3 days

@repo-ranger repo-ranger bot closed this Jun 21, 2023
@ili101
Copy link
Author

ili101 commented Jun 22, 2023

Reopen as was closed by bot?
BTW we are using this branch for some time by now and it works nicely for us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants