[PR #373] [CLOSED] Add callback URL to authorization URL, not request token URL #612

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/373
Author: @tschmitz
Created: 5/13/2017
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 4aaaf87 Add callback URL to authorization URL, not request token

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 Sources/OAuth1Swift.swift (+2 -1)

📄 Description

It looks like the callback URL is currently being added as a parameter on the request token URL, but it should really be part of the authorization URL. This change adds the callback to the authorization URL.


🔄 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/373 **Author:** [@tschmitz](https://github.com/tschmitz) **Created:** 5/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`4aaaf87`](https://github.com/OAuthSwift/OAuthSwift/commit/4aaaf87701caa79a2a2e2bab319f33bfbe073e9a) Add callback URL to authorization URL, not request token ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Sources/OAuth1Swift.swift` (+2 -1) </details> ### 📄 Description It looks like the callback URL is currently being added as a parameter on the request token URL, but it should really be part of the authorization URL. This change adds the callback to the authorization URL. --- <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:42 +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#612
No description provided.