Custom services and controllers
Learn how to authenticate use custom services and controllers using our FoodAdvisor example
Learn how to authenticate use custom services and controllers using our FoodAdvisor example
Send email from your server or externals providers.
Strapi comes with plugins that can be installed from the Marketplace or as npm packages. You can also create your own plugins (see plugins development) or extend the existing ones.
Strapi's Server API for plugins allows a Strapi plugin to customize the back end part (i.e. the server) of your application.
Strapi services are a set of reusable functions, useful to simplify controllers logic.