[PR #394] RSA and Jira support #619

Open
opened 2026-03-03 16:49:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/394
Author: @Noambaron
Created: 7/12/2017
Status: 🔄 Open

Base: masterHead: rsa-and-jira-support


📝 Commits (6)

  • 333e09a adds SwiftyRSA as dependency and adjusts minimum target deployment
  • fcecd8b adds support to RSA-SHA1
  • c5fa0fb adds Jira with RSA to demo app
  • f7e1db5 update readme
  • 901c510 Merge branch 'master' into rsa-and-jira-support
  • 78193df adds 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/394 **Author:** [@Noambaron](https://github.com/Noambaron) **Created:** 7/12/2017 **Status:** 🔄 Open **Base:** `master` ← **Head:** `rsa-and-jira-support` --- ### 📝 Commits (6) - [`333e09a`](https://github.com/OAuthSwift/OAuthSwift/commit/333e09a7a678ddfc5100118f8aac61f55f80825f) adds SwiftyRSA as dependency and adjusts minimum target deployment - [`fcecd8b`](https://github.com/OAuthSwift/OAuthSwift/commit/fcecd8b6a4470a3bc678caf740a193049588f110) adds support to RSA-SHA1 - [`c5fa0fb`](https://github.com/OAuthSwift/OAuthSwift/commit/c5fa0fb304002394c45745b782a02778c8dc65b2) adds Jira with RSA to demo app - [`f7e1db5`](https://github.com/OAuthSwift/OAuthSwift/commit/f7e1db5bfd8d6e71f5bb315222d460e328572216) update readme - [`901c510`](https://github.com/OAuthSwift/OAuthSwift/commit/901c51039be564007b9693680d85eef8057d2a3c) Merge branch 'master' into rsa-and-jira-support - [`78193df`](https://github.com/OAuthSwift/OAuthSwift/commit/78193df40098657ffa04c84c3a416bd007d53f74) adds SwiftyRSA to podspec as dependancy ### 📊 Changes **10 files changed** (+276 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This adds OAuth1 SHA1-RSA and Jira support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#619
No description provided.