UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

8 lines 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RocketsAuthJwtResponseDto = void 0; const nestjs_authentication_1 = require("@concepta/nestjs-authentication"); class RocketsAuthJwtResponseDto extends nestjs_authentication_1.AuthenticationJwtResponseDto { } exports.RocketsAuthJwtResponseDto = RocketsAuthJwtResponseDto; //# sourceMappingURL=rockets-auth-jwt-response.dto.js.map