-
Notifications
You must be signed in to change notification settings - Fork 325
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
AUTHENTICATION_METHOD is deprecated as of allauth v65.4 #679
Comments
I started to look at how to handle this and was wondering what option to take:
|
Any progress on this? I think Option 1 would be best. -- Update the base dj-rest-auth backage to use LOGIN_METHODS by default. |
I've opened a pull request with option 1: #681 |
Django-allauth deprecated their
AUTHENTICATION_METHOD
in version 65.4 and replaced it with a new setting:https://docs.allauth.org/en/latest/release-notes/recent.html#id1
I noticed that I still had some warnings being logged while running tests in my project and it seems that they come from usages in dj-rest-auth
The text was updated successfully, but these errors were encountered: