Janier
Janier

Reputation: 4442

integrating nodejs rest services with wso2

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 ?

Upvotes: 4

Views: 3046

Answers (1)

Bee
Bee

Reputation: 12513

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.

Upvotes: 3

Related Questions