The version of mailman3 I'm running apparently uses a deprecated API for GitHub authentication. Does anyone know if this has been fixed? I couldn't find an issue for it on the postorius issue tracker.
Sample email:
====================================================
Hello there!
On May 14th, 2020 at 00:38 (UTC) your application used an access token (with the User-Agent python-requests/2.21.0) as part of a query parameter to access an endpoint through the GitHub API.
Please use the Authorization HTTP header instead as using the
access_token
query parameter is deprecated.
Depending on your API usage, we'll be sending you this email reminder on a monthly basis.
Visit https://developer.github.com/changes/2020-02-10-deprecating-auth-through-que... for more information about suggested workarounds and removal dates.
====================================================
Thanks, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com>
On 5/14/20 8:11 AM, Quanah Gibson-Mount wrote:
The version of mailman3 I'm running apparently uses a deprecated API for GitHub authentication. Does anyone know if this has been fixed? I couldn't find an issue for it on the postorius issue tracker.
It's not in the Postorius tracker because it's not a Postorius issue. The issue is with django-allauth in the current 0.41.0 release.
It is fixed in the django-allauth GitHub repository by <https://github.com/pennersr/django-allauth/pull/2458>
You can apply the patch from that PR to your django-allauth installation to fix this.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
--On Thursday, May 14, 2020 9:41 AM -0700 Mark Sapiro <mark@msapiro.net> wrote:
It is fixed in the django-allauth GitHub repository by <https://github.com/pennersr/django-allauth/pull/2458>
You can apply the patch from that PR to your django-allauth installation to fix this.
tyvm!
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com>
participants (2)
-
Mark Sapiro
-
Quanah Gibson-Mount