Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
KES-DASOM
/
MemoReal_Backend
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
6
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[feat] 회원가입, 로그인, 유저정보 수정 기능 구현
- #12
#12
Open
junjinyun
wants to merge 16 commits into
main
KES-DASOM/MemoReal_Backend:main
from
feat/#9
KES-DASOM/MemoReal_Backend:feat/#9
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
[feat] 회원가입, 로그인, 유저정보 수정 기능 구현
#12
junjinyun
wants to merge 16 commits into
main
KES-DASOM/MemoReal_Backend:main
from
feat/#9
KES-DASOM/MemoReal_Backend:feat/#9
Copy head branch name to clipboard
Commits
Commits on Jul 13, 2025
chore : jwt발급, 비밀번호 해싱 의존성 추가
junjinyun
authored
23d2789
View commit details
Copy full SHA for 23d2789
Browse repository at this point
feat : service, dto, entity, controller, repository 업로드
junjinyun
authored
932036a
View commit details
Copy full SHA for 932036a
Browse repository at this point
feat : 비밀번호 해싱을 위한 컨피그 파일 업로드
junjinyun
authored
23a5b53
View commit details
Copy full SHA for 23a5b53
Browse repository at this point
feat : jwt 관리 코드 업로드
junjinyun
authored
31f8c6e
View commit details
Copy full SHA for 31f8c6e
Browse repository at this point
test : service 각 기능 및 예외처리 부분 테스트 코드 및 DB에 업로드, 로그인, 수정 검증하는 테스트 코드 업로드
junjinyun
authored
1324ece
View commit details
Copy full SHA for 1324ece
Browse repository at this point
refactor : 회원 정보 수정, 탈퇴를 이름을 기준으로 하는게 아닌 이메일(고정값) 을 기반으로 하게 수정 및 테스트 코드에 누락된 DB의 데이터 수정하는 코드 추가
junjinyun
authored
e56e5da
View commit details
Copy full SHA for e56e5da
Browse repository at this point
Commits on Jul 15, 2025
fix: 코드 리팩토링 중 누락된 구문 수정
Show description for 9b30dce
junjinyun
authored
9b30dce
View commit details
Copy full SHA for 9b30dce
Browse repository at this point
refactor: 로그인 관련 DTO innerClass 를 통해 1개로 통합 및 연관 코드에 반영
junjinyun
committed
d505639
View commit details
Copy full SHA for d505639
Browse repository at this point
refactor: 로그인 실패 시의 예외처리가 누락된 부분 수정
junjinyun
committed
cf8459b
View commit details
Copy full SHA for cf8459b
Browse repository at this point
refactor: UserRepository 에서 사용하지 않는 코드 삭제(과거 리팩토링 도중 삭제 누락)
junjinyun
committed
e46c2c8
View commit details
Copy full SHA for e46c2c8
Browse repository at this point
fix: 서비스의 로그인 기능을 리팩토링 하고 난 후 누락된 테스트 코드 수정 및 리팩토링
Show description for 40f8ddb
junjinyun
committed
40f8ddb
View commit details
Copy full SHA for 40f8ddb
Browse repository at this point
refactor: service의 회원가입 부분에서 UserRegisterRequest를 User entity로 변환하는 기능을 DTO의 UserRegisterRequest 에 위임
junjinyun
committed
7c43705
View commit details
Copy full SHA for 7c43705
Browse repository at this point
Commits on Jul 16, 2025
refactor: 풀더 구조를 계층형 구조에서 도메인 별 구조로 변경
junjinyun
committed
75323df
View commit details
Copy full SHA for 75323df
Browse repository at this point
refactor: 예외처리를 기존의 try catch, IllegalArgumentException 을 사용하는 대신 RestControllerAdvice 와 enum을 이용해서 관리
junjinyun
committed
aec9782
View commit details
Copy full SHA for aec9782
Browse repository at this point
refactor: DB연동 테스트 코드 부분을 최종적으로 예외처리, 정상작동 여부 확인하게 수정 및 각 출력문은 log를 통해 최소한의 데이터만 출력하게 변경
junjinyun
committed
7c64eed
View commit details
Copy full SHA for 7c64eed
Browse repository at this point
refactor: 임시로 만들었던 RestControllerAdvice + enum 구문 수정 및 CommonResponse 구조변경
Show description for 283439d
junjinyun
committed
283439d
View commit details
Copy full SHA for 283439d
Browse repository at this point
You can’t perform that action at this time.