djoser: REST implementation of Django authentication system.
REST implementation of Django authentication system. Djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account activation. It works withcustom user model.
Instead of reusing Django code (e.g.
PasswordResetForm
), we reimplemented few things to fit better into Single Page App architecture.