User's permissions in feathers.js API
问题 I'm trying to create some REST API with user roles like admin, superadmin etc. I was trying to achieve this by using feathers-permissions module, but there are none working examples and the internet. Have you ever dealt with such task? What I do now is: feathers generate app and then feathers generate authentication . What should I do next? 回答1: The secret to implementing permissions and roles in Feathers is that Hooks really provide everything you need with all the flexibility you might want