UNPKG

@bitwild/rockets-auth

Version:

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

6 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthOAuthController = void 0; var auth_oauth_controller_1 = require("./controllers/auth-oauth.controller"); Object.defineProperty(exports, "AuthOAuthController", { enumerable: true, get: function () { return auth_oauth_controller_1.AuthOAuthController; } }); //# sourceMappingURL=index.js.map