📝 Support migration from `dj-rest-auth` (#1193)
This is a critical component in DRF's world: https://github.com/iMerica/dj-rest-auth
We need to provide a clean migration path from
dj-rest-auth to django-modern-rest.Without this component many project's can really migrate, because they would have to re-invent the most critical part: auth. This is not something we can allow for our users.
How?
• ◻️ Support default login views
• ◻️ Support registration default views
• ◻️ Support password change default views
• ◻️ Support OAuth flow #1012
• ◻️ Support MFA
• ◻️ Support Passkeys
• ◻️ Support cookie-based JWT auth flow (currently, we only support headers)
• ◻️ Support AI skill for migration from
dj-rest-auth to django-modern-restFor all features we would require:
• Strict AI review for the best practices of the method (because I am not an expert in several things here, so we need someone else's opinion), security folks are welcome!
• Docs
• Schemes, how everything works, like
dj-rest-auth has• Lots of tests :)
This is a big project, so any help / contributions are welcome!
Let's do it together, friends :)
#feature #help_wanted #django_modern_rest
sent via relator