repoze-oauth-plugin is a repoze.who and repoze.what plugin implementing the server side of the OAuth 1.0 protocol. It supports both:
- 2-legged flow where the client is at the same time a resource owner and
- 3-legged flow where the client acts on behalf of a resource owner.
You can read more about OAuth at hueniverse.
$ <env>/bin/easy_install repoze-oauth-plugin
pip:
$ <env>/bin/pip install repoze-oauth-plugin
The documentation can be found at packages.python.org.
The source code repository can be found at GitHub.