[PR #731] [CLOSED] [fix] fix url encode issue #732

Closed
opened 2026-03-03 17:29:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/731
Author: @jiangcanming
Created: 7/2/2025
Status: Closed

Base: masterHead: fix-url-decode-issue


📝 Commits (2)

  • bb1accf [opt] 解决OauthSwift的Nonce异常导致的认证失败问题
  • c1f5ef0 fix url encode issue

📊 Changes

7 files changed (+79 additions, -25 deletions)

View changed files

📝 OAuthSwift.podspec (+1 -1)
📝 Podfile (+1 -1)
📝 Sources/OAuth1Swift.swift (+4 -4)
📝 Sources/OAuth2Swift.swift (+11 -2)
📝 Sources/OAuthSwift.swift (+2 -2)
📝 Sources/OAuthSwiftClient.swift (+4 -4)
📝 Sources/OAuthSwiftCredential.swift (+56 -11)

📄 Description

Summary

修复获取 URL.query 失败问题,当 URL.query 获取失败时,使用 URLComponents 来获取 query


🔄 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/731 **Author:** [@jiangcanming](https://github.com/jiangcanming) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-url-decode-issue` --- ### 📝 Commits (2) - [`bb1accf`](https://github.com/OAuthSwift/OAuthSwift/commit/bb1accf72e2db63858e5ff5389272ed2e442911e) [opt] 解决OauthSwift的Nonce异常导致的认证失败问题 - [`c1f5ef0`](https://github.com/OAuthSwift/OAuthSwift/commit/c1f5ef0d8a551e2b52838c137c38b1a640ba6f30) fix url encode issue ### 📊 Changes **7 files changed** (+79 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift.podspec` (+1 -1) 📝 `Podfile` (+1 -1) 📝 `Sources/OAuth1Swift.swift` (+4 -4) 📝 `Sources/OAuth2Swift.swift` (+11 -2) 📝 `Sources/OAuthSwift.swift` (+2 -2) 📝 `Sources/OAuthSwiftClient.swift` (+4 -4) 📝 `Sources/OAuthSwiftCredential.swift` (+56 -11) </details> ### 📄 Description ### Summary 修复获取 URL.query 失败问题,当 URL.query 获取失败时,使用 URLComponents 来获取 query --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 17:29:53 +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#732
No description provided.