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

유저 API 개발 #2

Open
gwo1004 opened this issue Sep 13, 2023 · 2 comments
Open

유저 API 개발 #2

gwo1004 opened this issue Sep 13, 2023 · 2 comments
Assignees

Comments

@gwo1004
Copy link
Collaborator

gwo1004 commented Sep 13, 2023

회원 가입

유저 ID : 중복 불가능한 ID로써, 중복확인을 통한 트랜잭션 롤백 및 팝업 메시지 시스템 구현
비밀번호 : 암호화 시스템 구현
회원 수정

유저ID를 제외한 UserDB에 등록된 칼럼 수정 기능
회원 탈퇴

UserDB의 등록된 유저ID에 대한 탈퇴 기능 구현
탈퇴 신청한 ID는 3일간의 탈퇴 취소 가능, 특정 기간(7일)이 지난 후 같은 ID로 생성이 가능하다.

@gwo1004 gwo1004 changed the title 경매장 시스템 구현 핵심 API 정리 유저 API 개발 Sep 14, 2023
@gwo1004 gwo1004 self-assigned this Sep 14, 2023
@gwo1004
Copy link
Collaborator Author

gwo1004 commented Sep 23, 2023

중복된 로그인 체크를 방지하기 위해
aop를 로그인 체크 하게 개발

@gwo1004
Copy link
Collaborator Author

gwo1004 commented Jan 8, 2024

mybatis, mysql, mvc 기반에 user API CRUD 개발

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

No branches or pull requests

1 participant