djoser 2.2.3
0
REST implementation of Django authentication system.
Contents
REST implementation of Django authentication system.
Stars: 2533, Watchers: 2533, Forks: 459, Open Issues: 188The sunscrapers/djoser
repo was created 10 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 2533 github stars!
How to Install djoser
You can install djoser using pip
pip install djoser
or add it to a project with poetry
poetry add djoser
Package Details
- Author
- Sunscrapers
- License
- MIT
- Homepage
- https://github.com/sunscrapers/djoser
- PyPi:
- https://pypi.org/project/djoser/
- Documentation:
- https://djoser.readthedocs.io/
- GitHub Repo:
- https://github.com/sunscrapers/djoser
Classifiers
Related Packages
Errors
A list of common djoser errors.
Code Examples
Here are some djoser
code examples and snippets.
GitHub Issues
The djoser package has 188 open issues on GitHub
- Search filter for Djoser auth/users view ?
- when I set
- PATCH on /users/me/ Not working.
- please support django 4.0
- "detail": "Stale token for given user."
- Users keep getting repeated Activation Emails even though they are already active
- users/me(PATCH) : Is this working?
- removed duplicate code
- is this project dead ?
- object of type 'NoneType' has no len() on PATCH to endpoint /users/me/
- CREATE_SESSION_ON_LOGIN exists but is not documented
- Error message if inactive account for email activation requirement
- fix for issue #498
- Added CREATE_SESSION_ON_LOGIN setting info to docs
- Reregistration Flows