Skip to content

OAuthSwift/OAuthRxSwift

Repository files navigation

OAuthRxSwift

OAuthSwift RxSwift

Join the chat at https://gitter.im/OAuthSwift/OAuthSwift License Platform Language Cocoapod Carthage compatible

Utility methods to produce Observable from RxSwift framework when authentifying with OAuthSwift.

How to use

This framework provide prefixed functions rx_ on OAuth1Swift and OAuth2Swift class

let observable = oauthSwift.rx.authorize(withCallbackURL: ..)

Installation

Support Carthage

github "OAuthSwift/OAuthRxSwift"
  • Run carthage update.
  • On your application targets’ “General” settings tab, in the “Embedded Binaries” section, drag and drop OAuthReactiveSwift.framework from the Carthage/Build/iOS folder on disk.

Support CocoaPods

  • Podfile
use_frameworks!

pod 'OAuthRxSwift'