问题
have my rest webservices written in nodejs. I want to implement role based[admin,user,super admin etc] authorisation for these API's How can use wso2 with NodeJS ?
回答1:
You can use WSO2 API Manager for this. Here is a nice article on how to do that. And here is official documentation.
EDIT: You can read the complete product documentation here.
And, there is an API Manager Cloud offering too.
来源:https://stackoverflow.com/questions/41164896/integrating-nodejs-rest-services-with-wso2