Skip to content

kaukas/repoze-oauth-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages