[PR #32] [MERGED] Oauthswift salesforce #491

Closed
opened 2026-03-03 16:49:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/32
Author: @quintonwall
Created: 3/8/2015
Status: Merged
Merged: 3/8/2015
Merged by: @dongri

Base: masterHead: oauthswift-salesforce


📝 Commits (2)

  • 33f8916 added support for salesforce
  • b67c4c6 added support for salesforce

📊 Changes

4 files changed (+27 additions, -3 deletions)

View changed files

📝 OAuthSwift/OAuth2Swift.swift (+1 -1)
📝 OAuthSwiftDemo/AppDelegate.swift (+1 -1)
📝 OAuthSwiftDemo/Constants.swift (+5 -0)
📝 OAuthSwiftDemo/ViewController.swift (+20 -1)

📄 Description

I added support for Salesforce authentication. It is all pretty straight forward except I added a call to remove encoding on code response keys. Salesforce definitely sends keys that have special characters which require URLEncoding (and were breaking my app until I removed them). I suspect other providers may have similar issues


🔄 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/32 **Author:** [@quintonwall](https://github.com/quintonwall) **Created:** 3/8/2015 **Status:** ✅ Merged **Merged:** 3/8/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `oauthswift-salesforce` --- ### 📝 Commits (2) - [`33f8916`](https://github.com/OAuthSwift/OAuthSwift/commit/33f89162b8af0b61dc3a8da4d3898a65fc7871fa) added support for salesforce - [`b67c4c6`](https://github.com/OAuthSwift/OAuthSwift/commit/b67c4c64395ba74c9bcc74c4133219b51c88324a) added support for salesforce ### 📊 Changes **4 files changed** (+27 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+1 -1) 📝 `OAuthSwiftDemo/AppDelegate.swift` (+1 -1) 📝 `OAuthSwiftDemo/Constants.swift` (+5 -0) 📝 `OAuthSwiftDemo/ViewController.swift` (+20 -1) </details> ### 📄 Description I added support for Salesforce authentication. It is all pretty straight forward except I added a call to remove encoding on code response keys. Salesforce definitely sends keys that have special characters which require URLEncoding (and were breaking my app until I removed them). I suspect other providers may have similar issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:06 +03:00
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#491
No description provided.