-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social only: disable all local account handling by means of a simple setting #1227
Comments
You could copy the URLconf and keep only the routes you need. (Of course you'd have to be careful when upgrading, in case some routes you depend on change.) |
To answer the question, yes, it's possible, but currently it's not just a matter of flipping a switch. It may be worthwhile to accomodate for this use case in the future ... |
Any update on this? Is it possible now to make only social login? |
I too think we should make this easily configurable, as in "flipping a switch". Issue #345 is a similar discussion. Can we define what would be needed to do to make this "social login-only" (or |
I've added a sample solution for the current state on StackOverflow. |
@pennersr Have there been any attempts, or any open PRs for this? I wouldn't want to duplicate any efforts ;) |
Hi, @wgordon17, any news on this issue? |
Could I take this on? |
AFAIK, no work has been done in this area. Feel free to submit a PR. |
I wanted to use only the social media login, since I find unnecessary the auth part for unlinking accounts, e-mail validation, etc. I already use built-in Django's auth and having to deal with another one is just some work I was not expecting.
The integration is great but all these new URLs and templates that does not match mine are a down side.
The text was updated successfully, but these errors were encountered: