@denz93/vendure-plugin-simple-auth
Version:
Allow customers login using email and verification code (One time login)
8 lines (7 loc) • 439 B
TypeScript
import { ISimpleAuthPluginOptions } from "./interfaces";
export declare const SIMPLE_AUTH_PLUGIN_OPTIONS: unique symbol;
export declare const SIMPLE_AUTH_PLUGIN_LOG_CONTEXT = "SimpleAuthPlugin";
export declare const EMAIL_EVENT_NAME = "onetimecode-requested";
export declare const EMAIL_TEMPLATE_NAME = "onetimecode-requested";
export declare const DEFAULT_OPTIONS: ISimpleAuthPluginOptions;
export declare const STRATEGY_NAME = "simple";