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

[회원가입로그인] 회원가입 로그인 #46

Open
8 of 9 tasks
joamksh opened this issue Aug 17, 2024 · 0 comments
Open
8 of 9 tasks

[회원가입로그인] 회원가입 로그인 #46

joamksh opened this issue Aug 17, 2024 · 0 comments
Assignees
Labels
feature 기능 구현 요청 레이블

Comments

@joamksh
Copy link
Collaborator

joamksh commented Aug 17, 2024

Description

UserTable 속성 값을 회원가입하고 해당 아이디와 비밀번호로 로그인 기능까지 구현
pw는 JWT토큰 및 apigateway filter 반영

Todo

  • 기본코드
  • 회원가입 필수 속성 pw암호화x
  • 회원가입 필수 속성 pw암호화O
  • 회원가입 기본 속성 추가
  • 회원가입시 입력값 크기 및 조건 제한
  • 로그인 토큰 O
  • 로그인 유효성 검사
  • 유효성 검사 에러 처리 더 깔끔하게
  • 인증
@joamksh joamksh added the feature 기능 구현 요청 레이블 label Aug 17, 2024
@joamksh joamksh self-assigned this Aug 17, 2024
joamksh added a commit that referenced this issue Aug 24, 2024
…THON_TEAM_13_BE into feature/signLogin/#46

# Conflicts:
#	server-gateway/src/main/java/com/team13/servergateway/filter/JwtAuthFilter.java
#	server-gateway/src/main/java/com/team13/servergateway/util/RouterValidator.java
#	service-user/build.gradle
#	service-user/src/main/java/com/team13/serviceuser/controller/IndexController.java
#	service-user/src/main/java/com/team13/serviceuser/service/SignInService.java
#	service-user/src/test/java/com/team13/serviceuser/controller/IndexControllerTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 구현 요청 레이블
Projects
None yet
Development

No branches or pull requests

1 participant