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

[BE] Feat : JWT 적용한 회원가입 기능을 개발한다 #20

Open
6 of 8 tasks
SJUANS opened this issue Nov 14, 2022 · 0 comments
Open
6 of 8 tasks

[BE] Feat : JWT 적용한 회원가입 기능을 개발한다 #20

SJUANS opened this issue Nov 14, 2022 · 0 comments
Assignees

Comments

@SJUANS
Copy link
Collaborator

SJUANS commented Nov 14, 2022

As-Is

Member 엔티티 기본 틀 구현. 유효성 검사는 적용 x
MemberRegisterRequest dto 구현
회원가입 관련 Spring Security 적용 안 됨

To-Be

  • API 활용한 유효성 검사 적용하기:

    • 아이디와, 닉네임 중복확인
    • 아이디는 영문이나 숫자의 조합으로만
    • 비밀번호 숫자와 특수문자 필수 포함 8글자 이상
  • 비밀번호 암호화

  • MemberRegisterRequest dto -> entity 변환해 DB에 저장

  • JWT 기반 Spring Security 설정 적용 -> 로직 변경해 로그인 단계에서 구현하겠습니다

    • 회원 권한 부여
@SJUANS SJUANS self-assigned this Nov 14, 2022
@thwn40 thwn40 changed the title Feat : JWT 적용한 회원가입 기능을 개발한다 [BE] Feat : JWT 적용한 회원가입 기능을 개발한다 Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant