mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #36] [MERGED] Allow optional skipping the oauth verifier #495
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#495
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/36
Author: @gburgyan
Created: 3/19/2015
Status: ✅ Merged
Merged: 3/21/2015
Merged by: @dongri
Base:
master← Head:smugmug📝 Commits (2)
1089474Allow skipping the oauth verifier to deal with non-spec-compliant services such as SmugMug.d31a584Add demo for Smugmug.📊 Changes
4 files changed (+40 additions, -11 deletions)
View changed files
📝
OAuthSwift/OAuth1Swift.swift(+6 -2)📝
OAuthSwiftDemo/AppDelegate.swift(+1 -1)📝
OAuthSwiftDemo/Constants.swift(+5 -0)📝
OAuthSwiftDemo/ViewController.swift(+28 -8)📄 Description
Optionally (defaulting to the spec-correct function) allow the skipping of the oauth_verifier to deal with non-spec-compliant oauth providers. SmugMug is such a provider. Some references to this can be found at http://www.dgrin.com/archive/index.php/t-212289.html (dgrin.com is smugmug's forum)
Thanks,
-George
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.