@alpha018/nestjs-firebase-auth
Version:
NestJS Firebase library and Role based guard for authentication with some utils functions
8 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Auth = void 0;
const common_1 = require("@nestjs/common");
const firebase_guard_1 = require("../guard/firebase.guard");
const Auth = () => (0, common_1.applyDecorators)((0, common_1.UseGuards)(firebase_guard_1.FirebaseGuard));
exports.Auth = Auth;
//# sourceMappingURL=auth.decorator.js.map