This library is in a very early stage of development. Usage in production is not recommended.
mitthooks is an SDK for handling mittwald extension lifecycle webhooks. Its target is to provide a simple and easy way to satisfy the requirements of handling lifecycle webhooks and security concerns of a mittwald contributor.
This repository contains multiple packages due to separation of concerns and modularity. The packages are:
mitthooks
: The main package that contains the SDK for handling lifecycle webhooks and factories, helping to instantiate the necessary objects.mitthooks-nextjs
: A package that contains a wrapper for the mitthooks SDK to be used in Next.js app routes.