dj-rest-auth icon indicating copy to clipboard operation
dj-rest-auth copied to clipboard

Good package combo to avoid deprecated warnings and errors

Open ALASHI1 opened this issue 6 months ago • 3 comments

dj-rest-auth==7.0.0 django-allauth==65.2.0

ALASHI1 avatar May 25 '25 19:05 ALASHI1

@ALASHI1 Thanks! The warnings regarding deprecated use of allauth settings bothered me way too much.

duplxey avatar May 29 '25 12:05 duplxey

Instead of suggesting to use obsolete packages (where the code can have security issues) - better we need to change the usage inside dj-rest-auth itself and properly support allauth changes.

sshishov avatar May 30 '25 12:05 sshishov

i am just wondering is this repo still maintained ? cause i see 288 open issues and the last update is 7 months ago and 26 open PRs.

L4z3x avatar Jun 14 '25 21:06 L4z3x

Hi all, based on dj-rest-auth, I created a package that helps solve the deprecation warnings (confirmed to work with allauth 65.5.0 and above), and adds several improvements such as type hints, OpenAPI schema support, and MFA. These enhancements are discussed in detail here: 🔗 https://github.com/iMerica/dj-rest-auth/issues/701

If you’re looking for a modern, type-safe auth solution, feel free to try (and contribute to) the project. Hope it’s helpful to others in the community as well!

huynguyengl99 avatar Jul 09 '25 13:07 huynguyengl99