mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #283] [MERGED] Invalid oauth_signature #594
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#594
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/283
Author: @ktakayama
Created: 10/5/2016
Status: ✅ Merged
Merged: 10/5/2016
Merged by: @phimage
Base:
swift2.2← Head:swift2.2📝 Commits (2)
4790458Quick fix generating invalid signature29a99cdAdd test for47904582fd📊 Changes
2 files changed (+21 additions, -1 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftCredential.swift(+6 -1)📝
OAuthSwiftTests/SignTests.swift(+15 -0)📄 Description
The OAuth spec says to sort query parameter for generating oauth_signature.
httpy://oauth.net/core/1.0a/#anchor13
So oauth_signature generated by OAuthSwift will be difference other oauth provider.
For example:
id_10=0&id_1=1&id_2=2id_1=1&id_10=0&id_2=2🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.