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

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -