[PR #2595] Add djoser #1912

Open
opened 2025-11-06 13:25:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2595
Author: @DmitryTok
Created: 7/5/2024
Status: 🔄 Open

Base: masterHead: djoser


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2595 **Author:** [@DmitryTok](https://github.com/DmitryTok) **Created:** 7/5/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `djoser` --- ### 📝 Commits (1) - [`f38e264`](https://github.com/vinta/awesome-python/commit/f38e264e7876f12fd25ba91826518b1ef10a7787) Add djoser ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:25:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1912