angular.js - Is there any better example of rbac (permission control) in angular2?
某草草2017-05-15 17:06:03
0
2
924
I want to use angular2 to build a backend with permissions. Does anyone know of any open source or demos on github that you can take a look at? Or just give me some advice. The project is quite important and I can’t bear to develop it myself.
1: RBAC is an idea in permission design and has nothing to do with the language framework. 2: RBAC should focus more on the logical design of the backend (API). No matter how complicated the frontend looks, it is just a manifestation of permissions. 3: Yes. Angulas1’s experience in RBAC backend gives you some ideas
1: RBAC is an idea in permission design and has nothing to do with the language framework.
2: RBAC should focus more on the logical design of the backend (API). No matter how complicated the frontend looks, it is just a manifestation of permissions. 3: Yes. Angulas1’s experience in RBAC backend gives you some ideas
Try this, the design is more like shrio:
https://www.npmjs.com/package...