Skip to content

Instantly share code, notes, and snippets.

@semipermeable
Created October 25, 2011 16:47
Show Gist options
  • Save semipermeable/1313414 to your computer and use it in GitHub Desktop.
Save semipermeable/1313414 to your computer and use it in GitHub Desktop.
Tddium Omniauth Initializer
# config/initializers/omniauth.rb
require 'openid/store/filesystem'
use OmniAuth::Strategies::OpenID, OpenID::Store::Filesystem.new(Dir.tmpdir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment