UNPKG

vendure-plugin-disable-anonymous-access

Version:

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

8 lines (7 loc) 166 B
/** * @description * The plugin can be configured using the following options: */ export interface DisableAnonymousAccessOptions { allowedMethods: string[]; }