Socket
Socket
Sign inDemoInstall

repoze-oauth-plugin

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    repoze-oauth-plugin

OAuth plugin for repoze.who and repoze.what


Maintainers
1

Readme

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_.

.. _repoze.who: http://static.repoze.org/whodocs/ .. _repoze.what: http://what.repoze.org/docs/1.0/ .. _OAuth 1.0: http://oauth.net/core/1.0a/ .. _hueniverse: http://hueniverse.com/oauth/ .. _2-legged flow: http://hueniverse.com/oauth/guide/terminology/ .. _GitHub: http://github.com/kaukas/repoze-oauth-plugin .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall .. _pip: http://pip.openplans.org/ .. _packages.python.org: http://packages.python.org/repoze-oauth-plugin/

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc