[PR #72] [MERGED] Pass along response parameters to the caller #505

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

📋 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: masterHead: master


📝 Commits (1)

  • 647a3ab Passing 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/72 **Author:** [@munkius](https://github.com/munkius) **Created:** 5/31/2015 **Status:** ✅ Merged **Merged:** 6/1/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`647a3ab`](https://github.com/OAuthSwift/OAuthSwift/commit/647a3ab5a4d461acd9ab7620a9fad5c34c44eb1a) Passing along response parameters to the caller ### 📊 Changes **1 file changed** (+21 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+21 -18) </details> ### 📄 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. --- <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:10 +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#505
No description provided.