OmniAuth Windows Live
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