dj-rest-auth
dj-rest-auth copied to clipboard
Good package combo to avoid deprecated warnings and errors
dj-rest-auth==7.0.0 django-allauth==65.2.0
@ALASHI1 Thanks! The warnings regarding deprecated use of allauth settings bothered me way too much.
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.
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.
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!