User Authentication in Django Rest Framework + Angular.js web app

后端 未结 2 1355
广开言路
广开言路 2021-01-29 18:50

I\'m working on a webapp where users can login to see their online wine cellar.

I\'ve got the Django REST models setup, as well as the front-end design in Angular but I\

2条回答
  •  庸人自扰
    2021-01-29 19:13

    Check out django-rest-auth and angular-django-registration-auth also

    https://github.com/Tivix/angular-django-registration-auth

    https://github.com/Tivix/django-rest-auth

    We've tried to solve most common Django auth/registration related things from a backend and angular perspective in these two libraries.

    Thanks!

提交回复
热议问题