GitHub - OAuthSwift/OAuthReactiveSwift: OAuthSwift with ReactiveSwift

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

OAuthReactiveSwift

OAuthSwift ReactiveCocoa

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

Utility methods to produce SignalProducer from ReactiveSwift framework when authentifying with OAuthSwift.

How to use

This framework provide prefixed functions rac_ on OAuth1Swift and OAuth2Swift class

let signalResult = oauthSwift.rac_authorize(...
signalResult.producer // The `SignalProducer`

Installation

Support Carthage

github "OAuthSwift/OAuthReactiveSwift"
  • 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 'OAuthReactiveSwift'