Skip to content

Commit

Permalink
Refactor : session 로그인 방식 제거 및 테스트코드 임시 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhun0331 committed Dec 8, 2024
1 parent b2af6c3 commit e141c1c
Show file tree
Hide file tree
Showing 19 changed files with 437 additions and 784 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import umc.kkijuk.server.common.domian.response.ErrorResponse;
import umc.kkijuk.server.common.domian.exception.ConfirmPasswordMismatchException;
import umc.kkijuk.server.common.domian.response.ErrorResultResponse;
import umc.kkijuk.server.login.exception.UnauthorizedException;

@RestControllerAdvice
@RequiredArgsConstructor
Expand Down Expand Up @@ -121,11 +120,11 @@ public ErrorResponse RecruitTagNotFoundException(RecruitTagNotFoundException e)
return new ErrorResponse(e.getMessage());
}

@ResponseStatus(HttpStatus.UNAUTHORIZED)
@ExceptionHandler(UnauthorizedException.class)
public ErrorResponse UnauthorizedException(UnauthorizedException exception) {
return new ErrorResponse(exception.getMessage());
}
// @ResponseStatus(HttpStatus.UNAUTHORIZED)
// @ExceptionHandler(UnauthorizedException.class)
// public ErrorResponse UnauthorizedException(UnauthorizedException exception) {
// return new ErrorResponse(exception.getMessage());
// }

@ResponseStatus(HttpStatus.BAD_REQUEST)
@ExceptionHandler(EmailAlreadyExistsException.class)
Expand Down
36 changes: 0 additions & 36 deletions src/main/java/umc/kkijuk/server/login/WebConfig.java

This file was deleted.

14 changes: 0 additions & 14 deletions src/main/java/umc/kkijuk/server/login/argumentresolver/Login.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions src/main/java/umc/kkijuk/server/login/service/LoginService.java

This file was deleted.

Loading

0 comments on commit e141c1c

Please sign in to comment.