[PR #36] [MERGED] Allow optional skipping the oauth verifier #495

Closed
opened 2026-03-03 16:49:07 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: smugmug


📝 Commits (2)

  • 1089474 Allow skipping the oauth verifier to deal with non-spec-compliant services such as SmugMug.
  • d31a584 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/36 **Author:** [@gburgyan](https://github.com/gburgyan) **Created:** 3/19/2015 **Status:** ✅ Merged **Merged:** 3/21/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `smugmug` --- ### 📝 Commits (2) - [`1089474`](https://github.com/OAuthSwift/OAuthSwift/commit/108947485b5ed7a4d240c3025dc4707a2acb83a9) Allow skipping the oauth verifier to deal with non-spec-compliant services such as SmugMug. - [`d31a584`](https://github.com/OAuthSwift/OAuthSwift/commit/d31a584b49518865b584295dbe4017d4e036545a) Add demo for Smugmug. ### 📊 Changes **4 files changed** (+40 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth1Swift.swift` (+6 -2) 📝 `OAuthSwiftDemo/AppDelegate.swift` (+1 -1) 📝 `OAuthSwiftDemo/Constants.swift` (+5 -0) 📝 `OAuthSwiftDemo/ViewController.swift` (+28 -8) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#495
No description provided.