Top "Django-rest-auth" questions

Django-rest-auth provides a set of REST API endpoints for Authentication and Registration

RuntimeError: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS

I am building an application with Django Rest Framework and AngularJs. I am using Django-rest-auth for my authentication purposes, although, …

django django-rest-framework django-rest-auth
Django REST-Auth Password Reset

I am completely confused by the django middleware available: I simply want to get password-reset (and later password-change) functionality running, …

python django django-rest-framework django-allauth django-rest-auth
How to customize django rest auth password reset email content/template

In django rest_auth password reset, default email content look like following:- You're receiving this email because you requested …

django django-rest-auth
DRF auth_token: "non_field_errors": [ "Unable to log in with provided credentials."

Both JWT packages written for Django gave me issues with poor documentation, so I try DRF-auth_token package. This is …

python django django-rest-framework django-rest-auth django-1.10
drf django rest auth how to expire or delete token?

I am trying to implement authentication using django-rest-framework and django-rest-auth by tivix (link to documentation). I created a user using …

django authentication django-rest-framework django-rest-auth
Django rest-auth allauth registration with email, first and last name, and without username

I am using django-rest-auth and allauth for login and registration in my django app. I haven't written any extra single …

django django-rest-framework django-allauth django-rest-auth
How can i make django-rest-framework-jwt return token on registration?

I have a basic django rest service, which registers a person and updates his password. I want to add jwt …

python django authentication django-registration django-rest-auth
Django rest auth email instead of username

I have a django project in which I am using Django-rest-auth to do authentication. I want to use email with …

python django django-rest-framework django-allauth django-rest-auth
Angular 2 Login to Django Rest Framework Backend

I am using Angular 2 as my front-end and Django Rest Framework on the backend to build a webapp. I have …

angular django-rest-framework django-rest-auth
Using Super create method for ModelSerializer

I am trying to save some work by using the create method of the ModelSerializer in an extension of the …

django django-rest-framework django-rest-auth