OpenID::Store::Memcache

Store OpenID associations, nonces, and auth keys in MemCache.

Usage

OpenID::Store::Memcache is standardized to work with any ‘ruby-openid’ library.

You can use it directly with the OpenID::Consumer:

store = OpenID::Store::Memcache.new
OpenID::Consumer.new(session, store)

Or with another wrapper library like Rack::OpenID:

use Rack::OpenID, OpenID::Store::Memcache.new