
A strapi plugin that make use of routes to set the users permissions config, preventing yours route permissions to loss state from database.
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.
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 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.