Skip to content

Instantly share code, notes, and snippets.

@StabbyMcDuck
Created November 21, 2016 02:27
Show Gist options
  • Save StabbyMcDuck/ed5aa3d95e38ee457138711d970e2a64 to your computer and use it in GitHub Desktop.
Save StabbyMcDuck/ed5aa3d95e38ee457138711d970e2a64 to your computer and use it in GitHub Desktop.
Rails.application.config.middleware.use OmniAuth::Builder do
provider :facebook, 'YOUR_FACEBOOK_APP_ID', ENV['FACEBOOK_APP_SECRET']
provider :github, 'YOUR_GITHUB_APP_ID', ENV['GITHUB_SECRET']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment