I got wrong resolved urls while using python social auth - they are without trailing slash in the end. I got realized, that it has already been fixed in master branch with SOCIAL_AUTH_TRAILING_SLASH parameter, but last stable version on pypi is broken. When those fixes would be on pypi?
I got wrong resolved urls while using python social auth - they are without trailing slash in the end. I got realized, that it has already been fixed in master branch with
SOCIAL_AUTH_TRAILING_SLASHparameter, but last stable version on pypi is broken. When those fixes would be on pypi?