nest-authify
Version:
Complete authentication and authorization package for NestJS - Monolith and Microservices ready with OAuth, JWT, Redis sessions
8 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetRequest = void 0;
const common_1 = require("@nestjs/common");
exports.GetRequest = (0, common_1.createParamDecorator)((data, ctx) => {
return ctx.switchToHttp().getRequest();
});
//# sourceMappingURL=get-request.decorator.js.map