Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.17 KB

OmniAuth Windows Live

Code Climate

Dependency Status

Build Status (Travis CI)

Coverage Status

Gem Version

This gem contains the unofficial WindowsLive strategy for OmniAuth.

Basic Usage

use OmniAuth::Builder do
	provider "windowslive", ENV['WINDOWSLIVE_CLIENT_ID'], ENV['WINDOWSLIVE_SECRET'], :scope => 'wl.basic'
end

Supported Flows

To register an application and get your ID and Secret, login to / create an account here: https://apps.dev.microsoft.com/ and create your application.

Ruby

Tested with the following Ruby versions:

  • RUBY 2.2.2