mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #731] [CLOSED] [fix] fix url encode issue #732
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#732
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/731
Author: @jiangcanming
Created: 7/2/2025
Status: ❌ Closed
Base:
master← Head:fix-url-decode-issue📝 Commits (2)
bb1accf[opt] 解决OauthSwift的Nonce异常导致的认证失败问题c1f5ef0fix 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.