payload-tools
payload-tools copied to clipboard
Collection of payload plugins and tools: payload-openapi, payload-swagger, create-payload-api-docs, payload-rbac
payload tools and plugins
This repository will contain multiple tools and plugins for payload cms:
payload-openapi
Openapi tool for payload cms:
- generate openAPI 3 documentation from your Payload config
payload-swagger
Swagger plugin for payload cms:
- exposes openapi document generated with
payload-openapi
- includes a swagger ui
- easy setup as payload plugin
create-payload-api-docs
CLI for generating openAPI 3 documentation for your Payload cms
payload-rbac
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
payload-query
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.