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 tring to use the rest auth to create user but am getting error Unauthorized: /rest-auth/registration/ [06/Jun/2019 19:08:58] "POST /rest-auth/registration/ HTTP/1.1" 401 27 logging in user with rest frameworks...

Is there a way to catch SMTPDataError on sending validation emails when my mailserver is down? Right now rest-auth/registration returns 500 status code to my frontend with no explanation. The...

I am using `django-rest-auth` I am implementing password change. I found this option: at `https://django-rest-auth.readthedocs.io/en/latest/api_endpoints.html` >`LOGOUT_ON_PASSWORD_CHANGE = False` to keep the user logged in after password change I wanted to...

- project goal:register account using email and send verification message to email,not console these messages in shell - .env file: ``` DJANGO_EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend DJANGO_EMAIL_HOST=smtpdm.163.com DJANGO_EMAIL_USE_SSL=False DJANGO_EMAIL_PORT=25 DJANGO_EMAIL_HOST_USER='[email protected]' DJANGO_EMAIL_HOST_PASSWORD='GRDCGOUASMNEBSTH' # 开启smtp是的授权码 DJANGO_DEFAULT_FROM_EMAIL='标题'...

I have been trying to setup password reset functionality in DRF using [django-rest-auth](https://github.com/Tivix/django-rest-auth "Tivix django-rest-auth"). Earlier I was getting error __TemplateDoesNotExist:registration/password_reset_email.html__ which I resolved by adding the following code code...

I am sending mail for email verification. I have override the templates. The templates works fine if we register with email from temp mail but if we use an authentic...

I am using dj_rest_auth which is forked from django_rest_auth with djangorestframework. I want to update the UserProfile from the same API ,where I create user. This is my CustomUser model-...

Hi, this repo is not maintained anymore, so the development moved to `dj-rest-auth`. Please upgrade to using `dj-rest-auth` and add new issues there. (I claim this based on this old...