Skip to content

AUTHENTICATION_METHOD is deprecated as of allauth v65.4 #679

Open
@browniebroke

Description

@browniebroke

Django-allauth deprecated their AUTHENTICATION_METHOD in version 65.4 and replaced it with a new setting:

To make way for a future "phone" method, AUTHENTICATION_METHOD was removed in favor of a new LOGIN_METHODS.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions