mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #679] [MERGED] Added parsing of id_token, if present in access token response #717
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#717
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/679
Author: @colinhumber
Created: 10/7/2021
Status: ✅ Merged
Merged: 12/11/2023
Merged by: @phimage
Base:
master← Head:id_token📝 Commits (2)
0c9060fAdded parsing of id_token, if present in access token responsea755516Added Codable and NSCoder support to include idToken📊 Changes
5 files changed (+47 additions, -2 deletions)
View changed files
📝
OAuthSwiftTests/OAuth2SwiftTests.swift(+5 -0)📝
OAuthSwiftTests/OAuthSwiftCredentialTests.swift(+26 -0)📝
OAuthSwiftTests/TestServer.swift(+3 -2)📝
Sources/OAuthSwiftClient.swift(+4 -0)📝
Sources/OAuthSwiftCredential.swift(+9 -0)📄 Description
Adds support for parsing of
id_token, if present, when fetching an access token. Details on why this is useful is in https://github.com/OAuthSwift/OAuthSwift/issues/668, specifically to support Single Sign Out with a redirect URI.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.