django-rest-auth 0.9.5
0
Create a set of REST API endpoints for Authentication and Registration
Contents
Create a set of REST API endpoints for Authentication and Registration
Stars: 2404, Watchers: 2404, Forks: 662, Open Issues: 235The Tivix/django-rest-auth
repo was created 10 years ago and the last code push was 7 months ago.
The project is very popular with an impressive 2404 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
Related Packages
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