How to hide a custom plugin based on user role

System Information
  • Strapi Version: 3.6.2
  • Operating System: Win10
  • Database: Mysql 5.7
  • Node Version: 14.16.1
  • NPM Version: 6.14.12
  • Yarn Version: 1.22.5

Guys I made a custom plugin. It worked. I just wanted to hide this plugin for the editors and authors, how can I do that?

1 Like

I don’t know if you ever solved your issue, but I write an article about how I solved it: RBAC Permissions for custom plugins — Strapi 4 | by Nima Goniband Shoshtari | Aug, 2023 | Medium

I hope anyone that ends up here finds this useful.