mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
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#637
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/461
Author: @aranasaurus
Created: 5/15/2018
Status: ✅ Merged
Merged: 5/16/2018
Merged by: @phimage
Base:
master← Head:failing-oauth1-tests📝 Commits (3)
bd5b9d7Fix failing oauth1 tests6f34e8dAdd Cocoapods to Gemfileab99bfdUpdate iphonesimulator version to 11.3📊 Changes
3 files changed (+3 additions, -2 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
Gemfile(+1 -0)📝
Sources/OAuth1Swift.swift(+1 -1)📄 Description
oauthbin is returning a 200 response with string data that explains the failure rather than a 400. The authorize method in this case is just using the OAuthSwiftCredential's default token value, which is an empty string. This change makes a response with an empty token value report as a
missingTokenerror.Fixes #460
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.