python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

A fully tested, abstract interface to creating OAuth clients and servers.

Results 76 python-oauth2 issues
Sort by recently updated
recently updated
newest added

This is super confusing. Please change the project name to python-oauth1 or python-oauth, preferring the first one. This just smells to the sky

This warning is thrown when using `oauth2==1.9.0.post1` & `Django 3.2` ``` /venv3/lib/python3.9/site-packages/oauth2/_version.py:17: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. __version__ = distutils_Version(verstr) ``` Should be easy to fix:...

I see you are still supporting Python 2, so dropping mock usage is not really an option, but could you please consider to fallback to unittest.mock when mock is not...

Support for Sha 256 Signature Method

The git master branch has quite a few changes that haven't been published as a pypi release yet. Would a maintainer be able to do that? I know this project...

when listing the contents under ``...lib/python3.7/site-packages/tests``, you will find that the tests are being incorrectly installed in that location

Having a project named python-oauth2 _not_ supporting OAuth 2.0 is very confusing. Please consider renaming it, or even better, implementing OAuth 2.0.