angular-django-registration-auth
angular-django-registration-auth copied to clipboard
This AngularJS module is designed to provide an authentication interface between a SPA (single page app), and a Django application running the Django REST Auth app. In addition to providing a client-...
django.urls.exceptions.NoReverseMatch: Reverse for 'account_confirm_email' not found. 'account_confirm_email' is not a valid view function or pattern name. please help me out.
npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v6.10.0 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] postinstall: `node index.js` npm ERR!...
Hi, I'm running into an issue using django-rest-auth with angular-django-registration-auth. I'm using django 1.8.1 and am getting the following when I send request a password reset: NoReverseMatch at /rest-auth/password/reset/ Reverse...
Hi, implement angular-django-registration-auth but when I load the page a popup is displayed asking me for authentication and when I click cancel an error is displayed: http://127.0.0.1:8000/rest-auth/user Failed to load...
Any chance of this being ported to Angular 2?
It looks like custom user model is not supported by default within django-rest-auth. I've implemented a custom user model that do not have a username. USERNAME_FIELD is set to 'email'....
is it possible to add an example using social auth?
Hi - Thanks for open sourcing this time saver. I noticed the cookie methods in djangoAuth.js need to be updated for later versions of angular `delete $cookies.token;` changes to: `$cookies.remove('token');`...
I am having a very difficult time setting this up with my django-project and I get the error in the title. Please see this link for more details. Any help...