mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #174] Incorrect signature when parameter includes a [ or ] #104
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @obuseme on GitHub (Jan 18, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/174
Using the AWeber public API (https://labs.aweber.com/docs) I discovered that when passing parameters with OAuthSwift requests that include braces, [ or ], they aren't actually encoded, and thus the signature isn't properly created. When the server attempts to verify the signature, it does so based on encoded values for the braces, and thus does not match what the client provides. I created #173 to fix this. Let me know what you think.
@phimage commented on GitHub (Jan 18, 2016):
#173 exact duplicate of #168
#165 also introduce bracket (but do more change)
one of this PR will fix this bug
@obuseme commented on GitHub (Jan 18, 2016):
Oops, my bad, totally missed #168. Doesn't matter to me which one merges, as long as one does. Should I close mine? Need this change available via CocoaPods ASAP. Thanks
I'm not seeing anything related to braces in #169 ?
@phimage commented on GitHub (Jan 18, 2016):
#165 I fix my comment
I already close your PR but keep the issue open
I don't know when me or project owner will merge so =
You can use cocoapod
with a local repo with your change with something like that
or with
podspec =>to point a podspec, a remote one on your repo@obuseme commented on GitHub (Jan 18, 2016):
Ok, thanks
@dbmrq commented on GitHub (Mar 3, 2016):
No news on merging this? I'm having trouble with the brackets as well.
@phimage commented on GitHub (Mar 5, 2016):
The reason why I have not yet merged are
Any help will be welcomed
@phimage commented on GitHub (Mar 9, 2016):
PR #201 must fix this one