djoser · PyPI
pypi.org › project › djoserOct 30, 2020 · 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 with custom user model . Instead of reusing Django code (e.g. PasswordResetForm ), we reimplemented few things to fit better into Single Page App architecture.
Getting started — djoser 2.0.1 documentation
djoser.readthedocs.io › en › latestInstallation ¶. $ pip install -U djoser. If you are going to use JWT authentication, you will also need to install djangorestframework_simplejwt with: $ pip install -U djangorestframework_simplejwt. Finally if you are going to use third party based authentication e.g. facebook, you will need to install social-auth-app-django with:
djoser - PyPI
https://pypi.org/project/djoser30.10.2020 · 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 with custom user model . Instead of reusing Django code (e.g. PasswordResetForm ), we reimplemented few things to fit better into Single Page App architecture.