
A plugin to automate the creation of public permissions for your chosen content types.
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.
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 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 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 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.