mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 04:35:56 +03:00
[PR #716] feat: Include error description for server errors #728
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#728
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/716
Author: @tsmalls93
Created: 5/15/2024
Status: 🔄 Open
Base:
master← Head:tyler-error-description📝 Commits (1)
c4c5967feat: Include error description for server errors📊 Changes
4 files changed (+8 additions, -8 deletions)
View changed files
📝
OAuthSwiftTests/OAuthSwiftErrorTest.swift(+1 -1)📝
Sources/OAuth2Swift.swift(+2 -2)📝
Sources/OAuthSwiftClient.swift(+1 -1)📝
Sources/OAuthSwiftError.swift(+4 -4)📄 Description
I am using Azure AD B2C and I need to be able to handle when the user taps the "Forgot your password?" link. When that is tapped it sends an error back to the app with an error code "AADB2C90118" that I need to look for so I can send them to a page to reset their password. Currently it treats it as a server error and I cannot access the detailed message.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.