[PR #402] [MERGED] Add encode callback url query option #625

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/402
Author: @iby
Created: 8/15/2017
Status: Merged
Merged: 8/19/2017
Merged by: @phimage

Base: masterHead: master


📝 Commits (3)

  • 2e7c23e Add imgur service demo
  • 71792a2 Add encode callback url query option
  • 51d77a2 Use consistent naming for url encoded string extension property

📊 Changes

8 files changed (+116 additions, -59 deletions)

View changed files

📝 Demo/Common/Constants.swift (+5 -0)
📝 Demo/Common/Services.plist (+7 -0)
📝 Demo/Common/ViewController.swift (+31 -1)
📝 Sources/Dictionary+OAuthSwift.swift (+2 -2)
📝 Sources/OAuth2Swift.swift (+38 -39)
📝 Sources/OAuthSwiftCredential.swift (+4 -4)
📝 Sources/String+OAuthSwift.swift (+28 -12)
📝 Sources/URL+OAuthSwift.swift (+1 -1)

📄 Description

This gives control over double encoding and fixes #401.


🔄 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/402 **Author:** [@iby](https://github.com/iby) **Created:** 8/15/2017 **Status:** ✅ Merged **Merged:** 8/19/2017 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`2e7c23e`](https://github.com/OAuthSwift/OAuthSwift/commit/2e7c23ea041efa85a27075ce137741b1869e507a) Add imgur service demo - [`71792a2`](https://github.com/OAuthSwift/OAuthSwift/commit/71792a2f3d44bacfd899eb0004bfbd93dfc88aba) Add encode callback url query option - [`51d77a2`](https://github.com/OAuthSwift/OAuthSwift/commit/51d77a2c9a2dc05dadb3e14799f8fad1793c81dd) Use consistent naming for url encoded string extension property ### 📊 Changes **8 files changed** (+116 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `Demo/Common/Constants.swift` (+5 -0) 📝 `Demo/Common/Services.plist` (+7 -0) 📝 `Demo/Common/ViewController.swift` (+31 -1) 📝 `Sources/Dictionary+OAuthSwift.swift` (+2 -2) 📝 `Sources/OAuth2Swift.swift` (+38 -39) 📝 `Sources/OAuthSwiftCredential.swift` (+4 -4) 📝 `Sources/String+OAuthSwift.swift` (+28 -12) 📝 `Sources/URL+OAuthSwift.swift` (+1 -1) </details> ### 📄 Description This gives control over double encoding and fixes #401. --- <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:47 +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#625
No description provided.