-
Notifications
You must be signed in to change notification settings - Fork 0
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 개선 #77
Comments
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- add accounts table. - modify members table.
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- Moved checkUsernameAPI logic and tests from user domain to auth domain. - Updated endpoint.
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- Changed password column in accounts table to be nullable.
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- Drop foreign key constraint to accounts table from members table.
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- Modified RegisterMember API to accommodate the separation of member and account entities. - Updated data handling and validation processes to align with the new structure. - Made minimal changes to the login API to ensure basic functionality; further logic improvements are needed.
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
- added "DROP FUNCTION IF EXISTS generate_unique_hash_code".
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
seonpilKim
added a commit
that referenced
this issue
Oct 9, 2024
seonpilKim
added
🛠 refactor
코드 리팩토링
and removed
✈ feature
New feature or request
labels
Oct 12, 2024
Open
5 tasks
Open
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🍑 배경
auth 모듈을 개선함에 따라, 아래 작업들을 진행해요.
The text was updated successfully, but these errors were encountered: