@mercury-labs/nest-auth
Version:
Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.
8 lines • 374 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InternalOnly = void 0;
const common_1 = require("@nestjs/common");
const domain_1 = require("../../domain");
const InternalOnly = () => (0, common_1.SetMetadata)(domain_1.IS_INTERNAL_ONLY, true);
exports.InternalOnly = InternalOnly;
//# sourceMappingURL=auth.internal-only.decorator.js.map
;