Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 240
Janier Avatar asked Sep 02 '25 16:09

Janier


1 Answers

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.

like image 93
Bee Avatar answered Sep 04 '25 07:09

Bee