vendure-plugin-disable-anonymous-access
Version:
Disable anonymous access to shop-api and only allow to defined methods like authenticate
6 lines (5 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.loggerCtx = exports.DISABLE_ANONYMOUS_ACCESS_PLUGIN_OPTIONS = void 0;
exports.DISABLE_ANONYMOUS_ACCESS_PLUGIN_OPTIONS = Symbol('DISABLE_ANONYMOUS_ACCESS_PLUGIN_OPTIONS');
exports.loggerCtx = 'DisableAnonymousAccessPlugin';