This repository will contain multiple tools and plugins for payload cms:
Openapi tool for payload cms:
- generate openAPI 3 documentation from your Payload config
Swagger plugin for payload cms:
- exposes openapi document generated with
payload-openapi
- includes a swagger ui
- easy setup as payload plugin
CLI for generating openAPI 3 documentation for your Payload cms
Easy to use Role based access control for your Payload cms:
- plugin to extend your auth collection(s) with a
roles
property - lots of predefined access control functions
- tools to combine access control functions to support more complex situations
- fully compatible with any custom access control functions you might already have
Query utility for your Payload cms:
- create type safe queries
- predefine queries to be constructed with data passed in later (e.g. request data)
- select output fields on REST and Internal API.