Strapi Plugin Public Permissions

screenshot of Strapi Plugin Public Permissions
strapi

A plugin to automate the creation of public permissions for your chosen content types.

Overview:

The Strapi Plugin: Public Permissions is a plugin designed to automate the creation of public permissions for selected API content types and plugins. It allows users to easily manage and control the permissions for their content types and plugins in a convenient and efficient manner.

Features:

  • Automates public permissions: The plugin automates the process of creating public permissions for chosen API content types and plugins.
  • Customizable permissions: Users can choose which permissions to apply to specific content types and plugins by editing the actions object in the plugin configuration.
  • Wildcard and specific content type rules: Users can set rules for all custom content types using the wildcard (*) or specify permissions for specific content types, which will override the wildcard rules.

Summary:

The Strapi Plugin: Public Permissions is a useful tool for managing and controlling the public permissions for API content types and plugins in a Strapi project. It simplifies the process of setting permissions and allows users to customize them according to their needs. With its automation capabilities, flexibility, and ease of use, this plugin is a valuable addition to any Strapi project.

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.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.