mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #19] [MERGED] Add redirect_uri to the OAuth2 Access Token Request #486
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#486
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/19
Author: @0111b
Created: 1/18/2015
Status: ✅ Merged
Merged: 1/19/2015
Merged by: @dongri
Base:
master← Head:master📝 Commits (1)
1c539bfAdd redirect_uri to the Access Token Request📊 Changes
1 file changed (+6 additions, -4 deletions)
View changed files
📝
OAuthSwift/OAuth2Swift.swift(+6 -4)📄 Description
According to RFC redirect_uri is required, if the "redirect_uri" parameter was included in the authorization request, and their values must be identical
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.