We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-rest-auth is no longer maintained but has been forked to a new repo and new maintainers (reference: #568). It's now maintained at dj-rest-auth
django-rest-auth
Similar has happened to django-rest-framework-jwt (reference: 484) and I plan to use django-rest-framework-simplejwt instead.
django-rest-framework-jwt
The text was updated successfully, but these errors were encountered:
This issue will be taken care of in PR #12
Sorry, something went wrong.
dj-rest-auth has been implemented in 1ab0b46
dj-rest-auth
It still needs to be tested, but first I need to also implement drf-simpleJWT.
Endpoints in SignUp.js should point to ${base_url}/dj-rest-auth/registration. At the moment they are still pointing to /rest-auth/registration.
${base_url}/dj-rest-auth/registration
/rest-auth/registration
ramonaspence
Successfully merging a pull request may close this issue.
django-rest-auth
is no longer maintained but has been forked to a new repo and new maintainers (reference: #568). It's now maintained at dj-rest-authSimilar has happened to
django-rest-framework-jwt
(reference: 484) and I plan to use django-rest-framework-simplejwt instead.The text was updated successfully, but these errors were encountered: