diff options
Diffstat (limited to 'security/py-oauthlib/pkg-descr')
-rw-r--r-- | security/py-oauthlib/pkg-descr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/py-oauthlib/pkg-descr b/security/py-oauthlib/pkg-descr index e3ab01556566..51fe905551b4 100644 --- a/security/py-oauthlib/pkg-descr +++ b/security/py-oauthlib/pkg-descr @@ -1,5 +1,7 @@ -OAuthLib is a generic Python module which implements the logic of OAuth without -assuming a specific HTTP request object. Use it to graft OAuth support onto -your favorite HTTP library. +OAuthLib is a framework which implements the logic of OAuth1 or OAuth2 without +assuming a specific HTTP request object or web framework. Use it to graft OAuth +client support onto your favorite HTTP library, or provide support onto your +favourite 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. WWW: https://github.com/oauthlib/oauthlib |