OAuthSwift
OAuthSwift copied to clipboard
Swift based OAuth library for iOS
### Description: I'm getting a 401 response trying to upload a file. Other requests (GET, "regular" POST, etc work perfectly fine. So this request: let imgData = Data(...) auth.client.postImage(url, parameters:...
This adds OAuth1 SHA1-RSA and Jira support
Seem to be having issues with the google+ authentication with soundcloud... When trying to authenticate a user after entering a users google information there's no redirection it works for email...
### Description: It takes a while (between 1 and 2 minutes) for the authorization web page to appear when performing the `authorize(withCallbackURL...` The authorizeURLHandler configured is ASWebAuthenticationURLHandler. ### OAuth Provider?...
Support should be added for visionOS. Currently I am getting "/OAuthSwift/Sources/Handler/OAuthWebViewController.swift:39:36 Cannot find type 'OAuthViewController' in scope. I know there will probably be more work involved to get it working...
### Description: I am unable to create a token POST request as the server seems to use different JSON properties than the framework. I have searched the code and I...
### Description: ### OAuth Provider? (Twitter, Github, ..): Twitter ### OAuth Version: - [x] Version 1 - [ ] Version 2 ### OS (Please fill the version) : - [x]...
### Description: same as title ,add my code `import SwiftUI import Alamofire import OAuthSwift import SafariServices class OAuthHandler: NSObject, OAuthSwiftURLHandlerType { weak var viewController: UIViewController? func handle(_ url: URL) {...
### Description: Call to `/request_token` after canceling a request fails with an HTTP error 401 because `credential.oauth_token` is already set and is passed to the headers parameters. I am trying...