Strapi Plugin Route Permission

screenshot of Strapi Plugin Route Permission
strapi

A strapi plugin that make use of routes to set the users permissions config, preventing yours route permissions to loss state from database.

Overview

The strapi-plugin-route-permission is a plugin that allows you to seed the strapi permission::users-permissions table from the routes configuration. By defining your routes permissions directly in the routes.json files, the plugin will recreate the routes permissions every time the server starts up, eliminating the need to redefine the routes permissions over the strapi panel. This plugin helps to migrate applications without worrying about losing or reconfiguring routes permissions.

Features

  • Seamlessly seed strapi permission::users-permissions table from routes configuration
  • Define routes permissions directly in routes.json files
  • Recreate routes permissions on server startup
  • Migrate applications without losing or reconfiguring routes permissions

Summary

The strapi-plugin-route-permission is a helpful plugin for strapi projects. It simplifies the process of managing routes permissions by allowing you to define them directly in the routes.json files. The plugin automatically recreates the permissions on server startup, saving time and effort in reconfiguring the routes permissions over the strapi panel. This plugin is licensed under the MIT license.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.