[PR #325] [MERGED] Fix: encode redirect_uri #602

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/325
Author: @munkius
Created: 12/21/2016
Status: Merged
Merged: 2/14/2017
Merged by: @phimage

Base: masterHead: redirect_uri_encoded


📝 Commits (1)

📊 Changes

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

View changed files

📝 Sources/OAuth2Swift.swift (+1 -1)

📄 Description

The redirect_uri was not encoded. This causes issues when the redirect_uri contains query parameters. Encoding the uri makes sure the entire string is used, and not mixed up with and other parameters on the 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/325 **Author:** [@munkius](https://github.com/munkius) **Created:** 12/21/2016 **Status:** ✅ Merged **Merged:** 2/14/2017 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `redirect_uri_encoded` --- ### 📝 Commits (1) - [`22888f2`](https://github.com/OAuthSwift/OAuthSwift/commit/22888f2d356bb41d921c3796534d53a07a5e2463) Encode redirect_uri ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Sources/OAuth2Swift.swift` (+1 -1) </details> ### 📄 Description The redirect_uri was not encoded. This causes issues when the redirect_uri contains query parameters. Encoding the uri makes sure the entire string is used, and not mixed up with and other parameters on the 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:39 +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#602
No description provided.