mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[PR #32] [MERGED] Oauthswift salesforce #491
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#491
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/32
Author: @quintonwall
Created: 3/8/2015
Status: ✅ Merged
Merged: 3/8/2015
Merged by: @dongri
Base:
master← Head:oauthswift-salesforce📝 Commits (2)
33f8916added support for salesforceb67c4c6added 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.