Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 220 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 220 Bytes

OmniAuth AdobeId

This is the OmniAuth strategies for all clients authenticating for phonegapbuild.

Basic Usage

use OmniAuth::Builder do
  provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET']
end