javascript - How to handle client side authorization with django rest framework and angularjs -
our project mix of django
, django rest framework
, angular js
. because wanted api
oriented application can serve both web application , mobile application.
what want know how client side authorization in angular templates in django templates. how check user permissions in angular templates?
is there standard way achieve same?
i found coffee script library same job. can use in javascript/angularjs or should fork , create same library javascript?
Comments
Post a Comment