mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #192] [CLOSED] Use custom authorisation scheme #556
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#556
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/192
Author: @p-salmon
Created: 2/24/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
853c5b4Pull OAuthSwift5b6f119Pull OAuthSwiftf3e0254Up248dcd7Merge pull request #1 from OAuthSwift/masterbfa72a0Custom parameters for authorisation0905d0fMerge branch 'master' of https://github.com/Poupouch/OAuthSwift📊 Changes
3 files changed (+8 additions, -6 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+2 -1)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+2 -2)📝
OAuthSwiftDemo/ViewController.swift(+4 -3)📄 Description
We experienced some bug using LinkedIn OAuth and the "Authorization" header. Turns out this bug disappear if we use the parameter "oauth2_access_token" instead. This brings us to think about this correction.
I want to be able to use my own authorisation method using custom params. See LinkedIn Demo for example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.