django-rest-auth icon indicating copy to clipboard operation
django-rest-auth copied to clipboard

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (...

Results 121 django-rest-auth issues
Sort by recently updated
recently updated
newest added

I am facing an issue. An admin can add a user, which then should login using google only. But the problem is I can not use Connect view as that...

Hi everybody, I wanted to use this nice extension for our next project which will be based on DRF and should support social login for Azure. In our scenario, user...

This looks like a re-occurrence of #71 I have a users Viewset which has a delete method (Nothing fancy, just added rest_framework.mixins.DestroyModelMixin) When I try to delete, the server responds...

Hello, I've been struggling with this for a while and I believe django-rest-auth is skipping some allauth code when logging in. Users with mandatory email validation receive the email verification...

Keep getting this error when trying to do basic logic outside of authentication or authorization. Py3.7 and Django 2.1

I'd be happy to put in a PR to fix this issue, but I noticed that this line in the library requires the entire validate method to be overridden if...

We are about a year-long and the readme is not updated till now! unbelievable! Stop the confusion for new ppl coming in and add a clear statement about the repo...

Hi, I can't get password reset to work. I've copied urls.py directly from the demo on GitHub: ``` # api/urls.py from django.urls import include, path from django.conf.urls import include, url...

I am using rest-auth for authentication. after registration when I try to login it show { "non_field_errors": [ "Unable to log in with provided credentials." ] } and when I...

makes "User is already registered with this e-mail address." message equal "A user is already registered with this e-mail address." fix #545