/Auth/OpenID/DumbStore.php

Description

This file supplies a dumb store backend for OpenID servers and consumers.

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Classes
Class Description
Auth_OpenID_DumbStore This is a store for use in the worst case, when you have no way of saving state on the consumer site. Using this store makes the consumer vulnerable to replay attacks, as it's unable to use nonces. Avoid using this store if it is at all possible.
Includes
require_once ('Auth/OpenID/Interface.php') (line 20)

Import the interface for creating a new store class.

require_once ('Auth/OpenID/HMAC.php') (line 21)

Documentation generated on Thu, 05 May 2011 19:14:24 -0400 by phpDocumentor 1.4.3