Contents

djoser 2.2.2

0

REST implementation of Django authentication system.

REST implementation of Django authentication system.

Stars: 2450, Watchers: 2450, Forks: 454, Open Issues: 190

The sunscrapers/djoser repo was created 9 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 2450 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

No  djoser  pypi packages just yet.

Errors

A list of common djoser errors.

Code Examples

Here are some djoser code examples and snippets.

GitHub Issues

The djoser package has 190 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

See more issues on GitHub

Related Packages & Articles

Flask-AppBuilder 4.4.1

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

django-saml2-auth 2.2.1

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta

django-allauth 0.61.1

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.