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:** ❌ Closed
**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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2595
Author: @DmitryTok
Created: 7/5/2024
Status: ❌ Closed
Base:
master← Head:djoser📝 Commits (1)
f38e264Add djoser📊 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?
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.