@loopback/authorization
Version:
A LoopBack component for authorization support.
23 lines • 986 B
JavaScript
;
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
// Node module: @loopback/authorization
// 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");
/**
* A LoopBack 4 component for authorization support (Role based, Permission
* based, Vote based)
*
* @remarks
* To read on key building blocks read through
* {@link https://loopback.io/doc/en/lb4/Loopback-component-authorization.html |LoopBack authorization docs}
*
* @packageDocumentation
*/
tslib_1.__exportStar(require("./authorization-component"), exports);
tslib_1.__exportStar(require("./authorize-interceptor"), exports);
tslib_1.__exportStar(require("./decorators/authorize"), exports);
tslib_1.__exportStar(require("./keys"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map