UNPKG

@loopback/authentication

Version:

A LoopBack component for authentication support.

11 lines 563 B
"use strict"; // Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: @loopback/authentication // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./token.service"), exports); tslib_1.__exportStar(require("./user-identity.service"), exports); tslib_1.__exportStar(require("./user.service"), exports); //# sourceMappingURL=index.js.map