Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More error messaging 2024 #1

Open
wants to merge 71 commits into
base: master
Choose a base branch
from
Open

Conversation

adambard
Copy link

This PR is a fork of the more-error-messaging branch merged with the latest from the upstream library.

vgritsenko and others added 30 commits August 14, 2020 14:24
Add Reddit service to OAuthSwift demo
    - WARN  | xcodebuild:  /Users/phatblat/dev/swift/OAuthSwift/Sources/Handler/OAuthWebViewController.swift:23:49: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
Code verifier & code challenge generator for working with PKCE
phatblat and others added 30 commits May 17, 2021 19:04
🐛 Encode signature parameters when using PLAINTEXT format
…nURLHandler`

Extract a function `isCancelledError` for more clear code with less complexity and more sense
With an unowned self the reference to self can become nil without the
ability for the code to be aware. As such, unowned self should only be
used when we know something else is guaranteed to retain a reference to
our self. In this case there is no such guarantee. Fortunately, we can
use a weak self to have nullability safety here without any performance
concerns.
Fixed a few expired links with valid links under the OAuth provider pages section in the README.
The links of the following providers are updated :-
1. Instagram
2. LinkedIn
3. DropBox
4. Dribbble
5. Intuit
Fix "unowned self" that can cause crash
Open external URL from main thread
Custom Server Behavior - Requests & Responses customisation
…nticationErrorDomain

Remove usage of SFAuthenticationErrorDomain to avoid getting app rejection
…in-thread

Remove showing the network activity status, deprecated sind iOS 13
Updated a few expired links in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.