omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Fix auth_params for Stripe backend #1034

Closed ghost closed 7 years ago

ghost commented 7 years ago

The overridden auth_params method in the Stripe backend isn't needed. The implementation in social/backends/oauth.py performs the same functionality and correctly handles redirect_uri.

omab commented 7 years ago

I've ported this PR into social-core.

Thanks!