fugu13 / repoze-oauth-plugin

OAuth plugin for repoze.who and repoze.what

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repoze-oauth-plugin

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.

Installation

easy_install:

$ <env>/bin/easy_install repoze-oauth-plugin

pip:

$ <env>/bin/pip install repoze-oauth-plugin

Documentation

The documentation can be found at packages.python.org.

Source

The source code repository can be found at GitHub.

About

OAuth plugin for repoze.who and repoze.what


Languages

Language:Python 100.0%