[PR #106] [CLOSED] Mattia/sync upstream #516

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/106
Author: @mattiabugossi
Created: 9/17/2015
Status: Closed

Base: masterHead: mattia/SyncUpstream


📝 Commits (8)

  • 894ccc3 Framework moved to Swift 2.0, iOS Demo Code moved to Swift 2.0
  • db3bca4 Added auth_callback Block, to work with SafariViewController
  • a6098fb Added RefreshToken and Expires In Time
  • 4b5028c Merge pull request #83 from Poupouch/patch-1
  • 6b9a4af Add Expiration Date For Access token
  • a98e8b4 Merge remote-tracking branch 'origin/master' into HEAD
  • 1da582b More Xcode 7 updates
  • c54dbda Sync with upstream

📊 Changes

6 files changed (+95 additions, -53 deletions)

View changed files

📝 OAuthSwift.xcodeproj/project.pbxproj (+2 -0)
📝 OAuthSwift/Dictionary+OAuthSwift.swift (+1 -1)
📝 OAuthSwift/OAuth1Swift.swift (+1 -3)
📝 OAuthSwift/OAuth2Swift.swift (+26 -35)
📝 OAuthSwift/OAuthSwiftCredential.swift (+8 -0)
📝 OAuthSwiftDemo/ViewController.swift (+57 -14)

📄 Description

No description provided


🔄 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/106 **Author:** [@mattiabugossi](https://github.com/mattiabugossi) **Created:** 9/17/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mattia/SyncUpstream` --- ### 📝 Commits (8) - [`894ccc3`](https://github.com/OAuthSwift/OAuthSwift/commit/894ccc3eddc6938d95ae45030c9ae90e8fc234a4) Framework moved to Swift 2.0, iOS Demo Code moved to Swift 2.0 - [`db3bca4`](https://github.com/OAuthSwift/OAuthSwift/commit/db3bca4e7987def938f8556878909f540025f257) Added auth_callback Block, to work with SafariViewController - [`a6098fb`](https://github.com/OAuthSwift/OAuthSwift/commit/a6098fb5106d87db0da0381f324d37fe3c686989) Added RefreshToken and Expires In Time - [`4b5028c`](https://github.com/OAuthSwift/OAuthSwift/commit/4b5028cf6f274b4664c0a89eb6e950d648223465) Merge pull request #83 from Poupouch/patch-1 - [`6b9a4af`](https://github.com/OAuthSwift/OAuthSwift/commit/6b9a4af5bfcb403a3af6d57621a964ae6fe3a8ad) Add Expiration Date For Access token - [`a98e8b4`](https://github.com/OAuthSwift/OAuthSwift/commit/a98e8b445e33ef1b2c768651f3ac2055cad3916e) Merge remote-tracking branch 'origin/master' into HEAD - [`1da582b`](https://github.com/OAuthSwift/OAuthSwift/commit/1da582b7fb144e0adb5ba839be684bfbc37a6d42) More Xcode 7 updates - [`c54dbda`](https://github.com/OAuthSwift/OAuthSwift/commit/c54dbdab417b537fd252d57e61e2824db1d11ebd) Sync with upstream ### 📊 Changes **6 files changed** (+95 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift.xcodeproj/project.pbxproj` (+2 -0) 📝 `OAuthSwift/Dictionary+OAuthSwift.swift` (+1 -1) 📝 `OAuthSwift/OAuth1Swift.swift` (+1 -3) 📝 `OAuthSwift/OAuth2Swift.swift` (+26 -35) 📝 `OAuthSwift/OAuthSwiftCredential.swift` (+8 -0) 📝 `OAuthSwiftDemo/ViewController.swift` (+57 -14) </details> ### 📄 Description _No description provided_ --- <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:13 +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#516
No description provided.