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