st4lk / django-rest-social-auth

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

Let the option to use your own social auth strategy #119

Closed Netizen29 closed 4 years ago

Netizen29 commented 4 years ago

Python Social Auth let users the option to use their own strategy. It might be the case if they want to fetch the client ids and secrets from database instead of the settings file for instance.

By forcing the strategy to the project one, it was no longer possible. This pull request grants this option again. By default, it will be the project one.

st4lk commented 4 years ago

Published in v4.1.0 now.