A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://abf.io/import/python-oauthlib/tree/rosa2021.1 below:

Project import/python-oauthlib at rosa2021.1 - ABF

Cloning the repository:

~ "cd python-oauthlib"

Add this repository as a remote to an existing local repository:

~ "git fetch python-oauthlib"

~ "git checkout -b my-local-tracking-branch python-oauthlib/master_or_other_branch"

About project

OAuthLib
========

*A generic, spec-compliant, thorough implementation of the
OAuth request-signing logic.*

.. image:: https://travis-ci.org/idan/oauthlib.png?branch=master
:target: https://travis-ci.org/idan/oauthlib
.. image:: https://coveralls.io/repos/idan/oauthlib/badge.png?branch=master
:target: https://coveralls.io/r/idan/oauthlib

OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for handling OAuth requests, but they all
suffer from one or both of the following:

1. They predate the `OAuth 1.0 spec`_, AKA RFC 5849.
2. They predate the `OAuth 2.0 spec`_, AKA RFC 6749.
3. They assume the usage of a specific HTTP request library.

.. _`OAuth 1.0 spec`: http://tools.ietf.org/html/rfc5849
.. _`OAuth 2.0 spec`: http://tools.ietf.org/html/rfc6749

OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provider support onto your
favorite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.

Last commit Files in

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4