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

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -