UNPKG

feathers-authentication-management

Version:

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

28 lines (27 loc) 3.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VerifySignupShortService = exports.VerifySignupSetPasswordShortService = exports.VerifySignupSetPasswordLongService = exports.VerifySignupLongService = exports.SendResetPwdService = exports.ResetPwdShortService = exports.ResetPwdLongService = exports.ResendVerifySignupService = exports.PasswordChangeService = exports.IdentityChangeService = exports.CheckUniqueService = exports.AuthenticationManagementService = void 0; var AuthenticationManagementService_1 = require("./AuthenticationManagementService"); Object.defineProperty(exports, "AuthenticationManagementService", { enumerable: true, get: function () { return AuthenticationManagementService_1.AuthenticationManagementService; } }); var CheckUniqueService_1 = require("./CheckUniqueService"); Object.defineProperty(exports, "CheckUniqueService", { enumerable: true, get: function () { return CheckUniqueService_1.CheckUniqueService; } }); var IdentityChangeService_1 = require("./IdentityChangeService"); Object.defineProperty(exports, "IdentityChangeService", { enumerable: true, get: function () { return IdentityChangeService_1.IdentityChangeService; } }); var PasswordChangeService_1 = require("./PasswordChangeService"); Object.defineProperty(exports, "PasswordChangeService", { enumerable: true, get: function () { return PasswordChangeService_1.PasswordChangeService; } }); var ResendVerifySignupService_1 = require("./ResendVerifySignupService"); Object.defineProperty(exports, "ResendVerifySignupService", { enumerable: true, get: function () { return ResendVerifySignupService_1.ResendVerifySignupService; } }); var ResetPwdLongService_1 = require("./ResetPwdLongService"); Object.defineProperty(exports, "ResetPwdLongService", { enumerable: true, get: function () { return ResetPwdLongService_1.ResetPwdLongService; } }); var ResetPwdShortService_1 = require("./ResetPwdShortService"); Object.defineProperty(exports, "ResetPwdShortService", { enumerable: true, get: function () { return ResetPwdShortService_1.ResetPwdShortService; } }); var SendResetPwdService_1 = require("./SendResetPwdService"); Object.defineProperty(exports, "SendResetPwdService", { enumerable: true, get: function () { return SendResetPwdService_1.SendResetPwdService; } }); var VerifySignupLongService_1 = require("./VerifySignupLongService"); Object.defineProperty(exports, "VerifySignupLongService", { enumerable: true, get: function () { return VerifySignupLongService_1.VerifySignupLongService; } }); var VerifySignupSetPasswordLongService_1 = require("./VerifySignupSetPasswordLongService"); Object.defineProperty(exports, "VerifySignupSetPasswordLongService", { enumerable: true, get: function () { return VerifySignupSetPasswordLongService_1.VerifySignupSetPasswordLongService; } }); var VerifySignupSetPasswordShortService_1 = require("./VerifySignupSetPasswordShortService"); Object.defineProperty(exports, "VerifySignupSetPasswordShortService", { enumerable: true, get: function () { return VerifySignupSetPasswordShortService_1.VerifySignupSetPasswordShortService; } }); var VerifySignupShortService_1 = require("./VerifySignupShortService"); Object.defineProperty(exports, "VerifySignupShortService", { enumerable: true, get: function () { return VerifySignupShortService_1.VerifySignupShortService; } });