Contents

django-rest-auth 0.9.5

0

Create a set of REST API endpoints for Authentication and Registration

Create a set of REST API endpoints for Authentication and Registration

Stars: 2393, Watchers: 2393, Forks: 655, Open Issues: 235

The Tivix/django-rest-auth repo was created 9 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 2393 github stars!

How to Install django-rest-auth

You can install django-rest-auth using pip

pip install django-rest-auth

or add it to a project with poetry

poetry add django-rest-auth

Package Details

Author
Sumit Chachra
License
Homepage
http://github.com/Tivix/django-rest-auth
PyPi:
https://pypi.org/project/django-rest-auth/
GitHub Repo:
https://github.com/Tivix/django-rest-auth

Classifiers

  • Software Development
No  django-rest-auth  pypi packages just yet.

Errors

A list of common django-rest-auth errors.

Code Examples

Here are some django-rest-auth code examples and snippets.

GitHub Issues

The django-rest-auth package has 235 open issues on GitHub

  • Added Dutch translation.
  • Update serializers.py
  • made compatible with django-4.0
  • Reverse for 'password_reset_confirm' not found. 'password_reset_confirm' is not a valid view function or pattern name.
  • Update for Django 4.0
  • Replace deprecated url method
  • "Authentication credentials were not provided." Error occur While access through Postman
  • giving "CSRF Failed: CSRF token missing or incorrect" while using both session and token login

See more issues on GitHub

Related Packages & Articles

django-allauth 0.61.1

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

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.