Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add djoser #2595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add djoser #2595

wants to merge 1 commit into from

Conversation

DmitryTok
Copy link

What is this Python project?

a library provides a set of RESTful endpoints for handling basic user authentication tasks, such as registration, login, logout, password reset, and account activation. This library simplifies the implementation of user management features, allowing developers to avoid writing repetitive code and to ensure a secure and standard authentication process.

What's the difference between this Python project and similar ones?

  • Primarily focused on providing RESTful endpoints for user authentication.
  • Lightweight and easy to integrate with existing Django projects using DRF.
  • Suitable for API-driven projects where you need basic authentication, registration, and password management functionality.
  • Supports token-based authentication out of the box and integrates well with django-rest-framework.

Anyone who agrees with this pull request could submit an Approve review to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants