You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/config/initializers/omniauth.rb

5 lines
236 B
Ruby

Rails.application.config.middleware.use OmniAuth::Builder do
provider :twitter, CFG.oauth.twitter.consumer_key, CFG.oauth.twitter.consumer_secret
provider :github, CFG.oauth.github.consumer_key, CFG.oauth.github.consumer_secret
end