Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.