TGOpenIDLogin

TGOpenIDLogin is a module for TurboGears , which allows TurboGears applications to accept OpenID logins.

How do you use it?

For now, read an introductory blog entry on it .

Requirements

TGOpenIDLogin is a TurboGears module, and is written in Python. It uses the excellent python-openid and python-yadis libraries (which do most of the work, really).

It requires (and automatically installs, if you're using easy_install and/or setuptools):

 "TurboGears >= 1.0.1",
"python-openid >= 1.2.0",
"python-urljr >= 1.0.0",
"python-yadis >= 1.1.0",

Download

Visit the Google Code project page for downloads and the Subversion repository.

Discuss

Sign up to the TGOpenIDLogin Discuss mailing list to discuss using TGOpenIDLogin in your TurboGears application.

Related web log entries

I've written up a number of entries on my web log, using the tag tgopenid.