mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #394] RSA and Jira support #619
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#619
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/394
Author: @Noambaron
Created: 7/12/2017
Status: 🔄 Open
Base:
master← Head:rsa-and-jira-support📝 Commits (6)
333e09aadds SwiftyRSA as dependency and adjusts minimum target deploymentfcecd8badds support to RSA-SHA1c5fa0fbadds Jira with RSA to demo appf7e1db5update readme901c510Merge branch 'master' into rsa-and-jira-support78193dfadds SwiftyRSA to podspec as dependancy📊 Changes
10 files changed (+276 additions, -24 deletions)
View changed files
📝
Demo/Common/Constants.swift(+8 -3)📝
Demo/Common/Services.plist(+7 -0)📝
Demo/Common/ViewController.swift(+40 -1)📝
OAuthSwift.podspec(+1 -0)📝
OAuthSwift.xcodeproj/project.pbxproj(+127 -11)📝
Podfile(+10 -0)📝
README.md(+33 -0)📝
Sources/OAuth1Swift.swift(+12 -1)📝
Sources/OAuthSwiftCredential.swift(+11 -8)➕
Sources/RSA.swift(+27 -0)📄 Description
This adds OAuth1 SHA1-RSA and Jira support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.