# File lib/rack/openid.rb, line 85
    def initialize(app, store = nil)
      @app = app
      @store = store || default_store
    end