OAuthSwift
OAuthSwift copied to clipboard
Swift based OAuth library for iOS
### Description: Using OAuth2Swift startAuthorizedRequest there is no way to override the requestTimeout. Although we can override the sessions timeout via: ``` let configuration = oauthswift.client.sessionFactory.configuration configuration.timeoutIntervalForRequest = 300 oauth.client.sessionFactory.configuration...
This PR addresses a build error which appears to be caused by a change introduced in Xcode 13 beta 3: > Linking Swift packages from application extension targets or watchOS...
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...
### Description: While building with Xcode 13.0 beta 3 I got many compiler errors: - 'open(_:options:completionHandler:)' is unavailable in application extensions for iOS - 'shared' is unavailable in application extensions...
### Description: SafariURLHandler presents SFSafariViewController without keyboard, making it impossible to type a password in to complete the OAuth flow on Twitch. ### OAuth Provider? (Twitter, Github, ..): Twitch ###...
### Description: File: `ASWebAuthenticationURLHandler.swift` My app is crash when I am using the ``` ASWebAuthenticationSession( url: url, callbackURLScheme: callbackUrlScheme, completionHandler: { callback, error in if let error = error {...
The following 2 tests always fail on a GitHub actions runner: > /Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testBitBucket] : failed - No parameters for BitBucket. Test ignored > /Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testDropBox]...
### Description: Withings recently sent out this announcement to their api users: > Important: Deprecating access and refresh tokens endpoints > -- > As part of our continual improvement, we...
The Travis build is always blowing up with a "Bad credentials" error. > GET https://api.github.com/repos/OAuthSwift/OAuthSwift/pulls/659: 401 - Bad credentials // See: https://docs.github.com/rest (Octokit::Unauthorized) Not sure how well this is going...
Adds the [Release Drafter](https://github.com/marketplace/actions/release-drafter) action which automatically creates/updates a draft release on merge of each PR. This is essentially an automatic changelog and is quite amazing. Check out a [preview](https://github.com/mas-cli/mas/pull/324#issuecomment-798999250)...