-
Notifications
You must be signed in to change notification settings - Fork 0
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
add oauth backend, enable login for local users #46
base: master
Are you sure you want to change the base?
Conversation
The tests are failing. Did you forget to add oauth2 to the requirements or something like that? |
You removed "rest_framework" from installed apps. That might be the problem: Did you also remove the Facebook Login? |
woops, forgot to add new requirements |
Ok, checks are being passed now. |
👍 |
Still wondering why you removed Also it would be great, if you could add some tests :) |
Oh, forgot that. It's indeed missing, I get the error |
Sorry, of course you are right. rest_framework was not supposed to be removed |
add basic oauth backend. also removed unused base folder