Description
Add account registration, login, password flows, and third-party authentication to Django projects. It helps developers avoid building common identity features completely from scratch.
This package handles security-sensitive user accounts. Projects must configure providers, redirects, email verification, session behavior, and secrets carefully before trusting it in production.