[PR #194] [CLOSED] OAUTH_APP_EXTENSIONS inside UIApplication extension (Fixes #193) + remove & from query string #557

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/194
Author: @NSURLSession0
Created: 2/24/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 9c917d9 Make sure the key &oauth_token will be oauth_token. A query string can start with an &-symbol.
  • 26f588e Support OAUTH_APP_EXTENSIONS inside UIApplication extension

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 OAuthSwift/String+OAuthSwift.swift (+2 -1)
📝 OAuthSwift/UIApplication+OAuthSwift.swift (+5 -1)

📄 Description

  • Make sure OAUTH_APP_EXTENSIONS works inside the UIApplication extension too (Fixes #193)
  • Remove &-symbol from keys in query string. Query strings can start with an & so. Before this fix some keys started with an &.

🔄 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/194 **Author:** [@NSURLSession0](https://github.com/NSURLSession0) **Created:** 2/24/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9c917d9`](https://github.com/OAuthSwift/OAuthSwift/commit/9c917d927cd897f096813a4100eb01a973f67561) Make sure the key &oauth_token will be oauth_token. A query string can start with an &-symbol. - [`26f588e`](https://github.com/OAuthSwift/OAuthSwift/commit/26f588ec0ca0ee8fd94df0ddd5cbf75c58e76905) Support OAUTH_APP_EXTENSIONS inside UIApplication extension ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/String+OAuthSwift.swift` (+2 -1) 📝 `OAuthSwift/UIApplication+OAuthSwift.swift` (+5 -1) </details> ### 📄 Description - Make sure OAUTH_APP_EXTENSIONS works inside the UIApplication extension too (Fixes #193) - Remove &-symbol from keys in query string. Query strings can start with an & so. Before this fix some keys started with an &. --- <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:25 +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#557
No description provided.