Closed
Bug 842351
Opened 12 years ago
Closed 12 years ago
OAuth client code doesn't support custom querystrings
Categories
(Marketplace Graveyard :: API, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: alexis+bugs, Assigned: alexis+bugs)
Details
It seems that the OAuth client implementation doesn't use the querystring when generating the signature.
As per https://github.com/mozilla/zamboni/blob/master/mkt/api/authentication.py#L138 it could be interesting to consider new OAuth libraries.
| Assignee | ||
Comment 1•12 years ago
|
||
Just back on this one. It was actually not a problem with the server but with the test-client.
Fixed in https://github.com/mozilla/zamboni/commit/01341b0dcf7178bfc4b0f6eb43bedf213ff0b5d9
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•