UNPKG

vendure-plugin-disable-anonymous-access

Version:

Disable anonymous access to shop-api and only allow to defined methods like authenticate

12 lines (11 loc) 383 B
/** * This file should export the public API of the plugin. * This typically includes the Plugin class itself, as well as: * * - entities * - services which might be used externally * - events * - custom strategies that can be configured by the user of the plugin */ export * from "./disable-anonymous-access.plugin"; export { DisableAnonymousAccessOptions } from "./types";