버튼에 제어 달기

This commit is contained in:
kjs
2025-09-29 15:21:14 +09:00
parent e057c4d960
commit 3c26f24179
17 changed files with 291 additions and 71 deletions

View File

@@ -1,14 +1,12 @@
// 인증 서비스
// 기존 Java LoginService를 Node.js로 포팅
import { PrismaClient } from "@prisma/client";
import prisma from "../config/database";
import { JwtUtils } from "../utils/jwtUtils";
import { EncryptUtil } from "../utils/encryptUtil";
import { PersonBean, LoginResult, LoginLogData } from "../types/auth";
import { logger } from "../utils/logger";
const prisma = new PrismaClient();
export class AuthService {
/**
* 기존 Java LoginService.loginPwdCheck() 메서드 포팅