@mercury-labs/nest-auth
Version:
Mercury framework auth library. It supports local auth, jwt with both bearer token and cookie, basic auth.
10 lines • 501 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectAuthDefinitions = void 0;
const common_1 = require("@nestjs/common");
const auth_definitions_module_1 = require("../../infrastructure/auth-definitions.module");
const InjectAuthDefinitions = () => {
return (0, common_1.Inject)(auth_definitions_module_1.AUTH_DEFINITIONS_MODULE_OPTIONS);
};
exports.InjectAuthDefinitions = InjectAuthDefinitions;
//# sourceMappingURL=inject-auth-definitions.decorator.js.map
;