django-rest-auth
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 (...
in django 4.0 we dont have force_text and ugettext_lazy has been removed in Django 4.0
in django 4.0 we dont have force_text and ugettext_lazy has been removed in Django 4.0
The previous link is currently broken. http://getblimp.github.io/django-rest-framework-jwt/ responds with a 404. So I'm suggesting to replace it with the one from pypi.
I'm trying to do registration with Facebook Account. When I gave an Facebook access token, a new user has been created but email is set to null. I have something...
The allauth.utils module no longer contains the `email_address_exists `function (see commit: https://github.com/pennersr/django-allauth/commit/9fccdd08eacc2be9dcd284bc7edce9de692c5543). Consequently, this leads to that we are unable to run with the latest version of the Allauth library...
I am using django 1.9 trying to login with email by the help of a rest client (non-browser, so no cookies) for sending this credentials as post to `/rest-auth/login/` ```...
Hi. I have a problem. I want to make a relationship many to one to my model user with company. I have created my business model, and my user model...