diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-31 01:42:01 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-10-31 01:42:01 +0000 |
| commit | 63be7ba1e28c06ccf3ae8c40df7cbe575c28f4b6 (patch) | |
| tree | eba667f813b185ebdc85b36f8b786b7576d31e67 | |
| parent | 9d77688b3fbce108e170e0f874fbd9da66fd25d1 (diff) | |
(임수민) 로그아웃 호스트 수정
| -rw-r--r-- | app/api/auth/[...nextauth]/route.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/route.ts index d6ec807f..be50c022 100644 --- a/app/api/auth/[...nextauth]/route.ts +++ b/app/api/auth/[...nextauth]/route.ts @@ -126,6 +126,7 @@ function getClientIP(req: any): string { } export const authOptions: NextAuthOptions = { + trustHost: true, providers: [ // ✅ OTP 로그인 - roles 정보 추가 CredentialsProvider({ |
