Skip to main content

Overview

EzBackend comes with several plugins in order to streamline the developer experience.

PluginDescriptionNotes
ez-db-uiAn all in one interface for
1. Looking at your API endpoints
2. Managing your database
3. Testing your API endpoints
Requires EzOpenAPI plugin to be used as well
ez-open-apiAutomatically generates documentation for your backend
ez-corsPlugin for managing CORS, by default accepts requests from anywhereMake sure to change cors settings before deployment
ez-authPlugin for managing AuthUses Encrypted Session Cookies by default

Using plugins

In EzBackend, everything is an ezapp. You can enable plugins by doing the following:

app.addApp(new EzCors())

Configuration

All plugins are designed to be fully extensible and configurable. You can view the configuration options here