Home

Awesome

OAuthReactiveSwift

<img src="https://raw.githubusercontent.com/OAuthSwift/OAuthSwift/master/Assets/OAuthSwift-icon.png" alt="OAuthSwift" hspace=20 /> <img src="https://avatars2.githubusercontent.com/u/3422977?v=3&s=200" alt="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"

Support CocoaPods

use_frameworks!

pod 'OAuthReactiveSwift'