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