Skip to content

Instantly share code, notes, and snippets.

@nTraum
Created October 24, 2012 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nTraum/3944523 to your computer and use it in GitHub Desktop.
Save nTraum/3944523 to your computer and use it in GitHub Desktop.
initializers/omniauth.rb
require 'omniauth-openid'
require 'openid/store/filesystem'
Rails.application.config.middleware.use OmniAuth::Builder do
provider :steam, 'MYSTEAMWEBAPIKEY'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment