Available middlewares
In order to be more lightweight as possible, @marblejs/core
package doesn't come with build-in request body parser and request logging. The core decision is to make it as more composable as possible via dedicated Marble.js middleware packages:
Request logging
Request body parsing
Request validation
JWT authentication
All official middlewares@marblejs/*
are versioned in the same way as main @marblejs/core
package.
Last updated