UNPKG

@denz93/vendure-plugin-3rd-party-auth

Version:

A set of auth strategies to work with 3rd party such as Google, Facebook, etc

9 lines (8 loc) 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIST_OF_STRATEGY = exports.FACEBOOK_STRATEGY_NAME = exports.GOOGLE_STRATEGY_NAME = exports.THIRD_PARTY_OPTIONS_PROVIDER = exports.DEFAULT_PLUGIN_OPTIONS = void 0; exports.DEFAULT_PLUGIN_OPTIONS = {}; exports.THIRD_PARTY_OPTIONS_PROVIDER = Symbol("THIRD_PARTY_OPTIONS_PROVIDER"); exports.GOOGLE_STRATEGY_NAME = "google"; exports.FACEBOOK_STRATEGY_NAME = "facebook"; exports.LIST_OF_STRATEGY = [exports.GOOGLE_STRATEGY_NAME, exports.FACEBOOK_STRATEGY_NAME];