authlib icon indicating copy to clipboard operation
authlib copied to clipboard

Backport fix to support Django 4

Open V02460 opened this issue 4 years ago • 0 comments

Authlib 0.15.5 does not work with Django 4 due to the removal of HttpRequest.get_raw_uri. This is already fixed in master via https://github.com/lepture/authlib/commit/b3847d89dcd4db3a10c9b828de4698498a90d28c. Please backport the fix.

To Reproduce

With the latest release 0.15.5, run tox -e py38-django and see tests failing.

Expected behavior

All tests pass.

Environment:

  • OS: Fedora
  • Python Version: 3.8
  • Authlib Version: 0.15.5

V02460 avatar Jan 28 '22 15:01 V02460