Skip to content

Commit

Permalink
BURN :: IP 인증 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Jun 11, 2024
1 parent d090a97 commit c36755b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ internal class MaeumgagymTokenValidatorImpl(
throw AuthenticationException.EXPIRED_TOKEN
}

if (currentRequestContext.getCurrentRequest().remoteAddr != maeumgagymToken.ip) {
throw AuthenticationException.WRONG_USER_TOKEN
}
// if (currentRequestContext.getCurrentRequest().remoteAddr != maeumgagymToken.ip) {
// throw AuthenticationException.WRONG_USER_TOKEN
// }
}

private fun getAccessTokenExpireAt(baseTime: LocalDateTime): LocalDateTime =
Expand Down

0 comments on commit c36755b

Please sign in to comment.