Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sumin step1 #11

Open
wants to merge 5 commits into
base: sumin
Choose a base branch
from
Open

Feature/sumin step1 #11

wants to merge 5 commits into from

Conversation

smmin21
Copy link

@smmin21 smmin21 commented Oct 11, 2023

  • JWT 회원가입/로그인 구현

@smmin21 smmin21 requested review from jyoo0515 and inshining October 11, 2023 12:06
@smmin21 smmin21 self-assigned this Oct 11, 2023
src/main/java/gdsc/cokepoke/jwt/TokenProvider.java Outdated Show resolved Hide resolved

jpa:
hibernate:
ddl-auto: create
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다른 분들과 마찬가지로 ddl-auto 는 실제 서비스 환경에서 금기시 되는데 그 이유가 뭘까요?

src/main/java/gdsc/cokepoke/dto/MemberRequestDto.java Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@inshining inshining left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

중간 중간 주석 설명이 상세해서 잘 읽었습니다!
꼼꼼하게 코드 짜셨네요
덕분에 제가 고민했던 부분 해결할 수 있었습니다.

// then
fail("예외가 발생해야 한다.");
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로그인 테스트도 한 번 해보면 좋을 것 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants