Skip to content

Commit

Permalink
refactor: 중복적인 expiresIn 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonSoo-Kim committed Dec 6, 2023
1 parent d4092da commit 793ad6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BE/src/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ import { NaverOAuthStrategy } from "./strategies/naver.strategy";
PassportModule.register({ defaultStrategy: "jwt" }),
JwtModule.register({
secret: process.env.JWT_SECRET,
signOptions: {
expiresIn: process.env.JWT_ACCESS_TOKEN_TIME,
},
}),
],
controllers: [AuthController],
Expand Down

0 comments on commit 793ad6b

Please sign in to comment.