st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

Added `request` parameter into BaseSocialAuthView.get_object() return parameters #175

Closed alicegilli closed 7 months ago

alicegilli commented 1 year ago

Most Django authentication backends, like django-axes AxesStandAloneBackend, require the request parameter in order to work properly. I needed to integrate axes into a project so i forked the repo, but I think it could be also be useful to others.

st4lk commented 7 months ago

Thanks man, now in pypi: https://pypi.org/project/rest-social-auth/8.3.0/