Skip to content

Commit 7b48bc6

Browse files
committed
cookie problem
1 parent 9f56c38 commit 7b48bc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/src/auth/auth.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default class AuthController {
5050
// 2. 이 과정에서 passport-google-oauth20 전략이 사용되며, google.strategy.ts에 정의된 설정(clientID, clientSecret 등)을 사용합니다.
5151
// 3. 사용자가 구글에서 인증을 완료하면 callbackURL로 지정된 '/google/callback' 엔드포인트로 리다이렉트됩니다.
5252
@Get('/google/login')
53-
@UseGuards(AuthGuard('google'))
5453
async googleAuth(@Req() req, @Res() res: Response) {
5554
const locale = req.query.state || 'en';
5655
// passport.authenticate에 state 전달

0 commit comments

Comments
 (0)