UNPKG

nestjs-auth-kit

Version:

A modular and flexible authentication kit for NestJS with JWT, social login, OTP, and password reset.

7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Roles = void 0; const common_1 = require("@nestjs/common"); const Roles = (...roles) => (0, common_1.SetMetadata)('roles', roles); exports.Roles = Roles; //# sourceMappingURL=roles.decorator.js.map