mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #402] [MERGED] Add encode callback url query option #625
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#625
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/402
Author: @iby
Created: 8/15/2017
Status: ✅ Merged
Merged: 8/19/2017
Merged by: @phimage
Base:
master← Head:master📝 Commits (3)
2e7c23eAdd imgur service demo71792a2Add encode callback url query option51d77a2Use 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.