Open Issues Need Help
View All on GitHub Login using email is not working about 2 months ago
AI Summary: Debug a Django login API endpoint that's failing to authenticate users using email addresses. The current authentication method uses `authenticate` with email and password, but it's not returning a user object. The project uses Knox for authentication, and the issue likely lies in how email is handled within the authentication process or a misconfiguration in the user model or authentication backend.
Complexity:
4/5
help wanted question