Package openid
[frames | no frames]

Package openid

This package is an implementation of the OpenID specification in Python. It contains code for both server and consumer implementations. For information on implementing an OpenID consumer, see the openid.consumer.consumer module. For information on implementing an OpenID server, see the openid.server.server module.
Submodules
  • association: This module contains code for dealing with associations between consumers and servers.
  • consumer: This package contains the portions of the library used only when implementing an OpenID consumer.
    • consumer: This module documents the main interface with the OpenID consumer library.
    • discover
  • dh
  • server: This package contains the portions of the library used only when implementing an OpenID server.
    • server: OpenID server protocol and logic.
    • trustroot: This module contains the TrustRoot class, which helps handle trust root checking.
  • store: This package contains the modules related to this library's use of persistent storage.

Generated by Epydoc 2.1 on Mon Jun 11 14:03:42 2007 http://epydoc.sf.net