No release in over 3 years
Low commit activity in last 3 years
Windows Live, Hotmail, SkyDrive, Windows Live Messenger, and other services... strategy for OmniAuth
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.5

Runtime

 Project Readme

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