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
for create app https://manage.dev.live.com/Applications/Index?wa=wsignin1.0 OR https://manage.dev.live.com/AddApplication.aspx?tou=1
Tested with the following Ruby versions:
- RUBY 2.2.2