mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #64] [CLOSED] Factorize code from OAuth1Swift & OAuth2Swift to new file OAuthSwift #499
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#499
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/64
Author: @phimage
Created: 5/12/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
a508732Factorize code from OAuth1Swift & OAuth2Swift to new file OAuthSwift3ece77dMerge pull request #1 from dongri/mastera330951Merge remote-tracking branch 'upstream/master'📊 Changes
9 files changed (+89 additions, -109 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+6 -0)📝
OAuthSwift/OAuth1Swift.swift(+8 -42)📝
OAuthSwift/OAuth2Swift.swift(+4 -33)➕
OAuthSwift/OAuthSwift.swift(+50 -0)📝
OAuthSwift/OAuthSwiftClient.swift(+3 -3)📝
OAuthSwiftDemo/AppDelegate.swift(+2 -8)📝
OAuthSwiftOSXDemo/AppDelegate.swift(+13 -16)📝
OAuthSwiftOSXDemo/WebViewController.swift(+2 -1)📝
README.md(+1 -6)📄 Description
... in consequence handleOpenURL() are now unique
Fix #26 by making credential getter public
(They want to load from saved application data the credential token and set it)
maybe credential could be set also if we want to use nscoder (by removing the added code private(set) )
set public the oauth1 last method to allow override
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.