mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[PR #72] [MERGED] Pass along response parameters to the caller #505
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#505
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/72
Author: @munkius
Created: 5/31/2015
Status: ✅ Merged
Merged: 6/1/2015
Merged by: @dongri
Base:
master← Head:master📝 Commits (1)
647a3abPassing along response parameters to the caller📊 Changes
1 file changed (+21 additions, -18 deletions)
View changed files
📝
OAuthSwift/OAuth2Swift.swift(+21 -18)📄 Description
I was integrating an OAuth app with mine and spotted they used a so-called
refresh_token, which was pass along with the response parameters. I made a change to pass back all the response parameters, as some apps also send other (custom) data to the caller.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.