This gem contains the unofficial WindowsLive strategy for OmniAuth.
use OmniAuth::Builder do
provider "windowslive", ENV['WINDOWSLIVE_CLIENT_ID'], ENV['WINDOWSLIVE_SECRET'], :scope => 'wl.basic'
end
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.
Tested with the following Ruby versions:
- RUBY 2.2.2