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
.
Team-StudyLog
/
StudyLog-BE
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Feat] 회원 탈퇴 / 로그아웃 로직 merge
- #58
#58
Merged
y11n
merged 24 commits into
main
Team-StudyLog/StudyLog-BE:main
from
develop
Team-StudyLog/StudyLog-BE:develop
Copy head branch name to clipboard
Aug 24, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
[Feat] 회원 탈퇴 / 로그아웃 로직 merge
#58
y11n
merged 24 commits into
main
Team-StudyLog/StudyLog-BE:main
from
develop
Team-StudyLog/StudyLog-BE:develop
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2025
[Feat] 연관관계에 ON DELETE CASCADE 제약조건 추가
Show description for 6e737c2
y11n
committed
6e737c2
View commit details
Copy full SHA for 6e737c2
Browse repository at this point
[Feat] deleteAllByOauthId 메소드 추가
Show description for 7fa2d92
y11n
committed
7fa2d92
View commit details
Copy full SHA for 7fa2d92
Browse repository at this point
[Feat] 최초 로그인 시 저장할 RefreshToken 필드 추가
y11n
committed
c695606
View commit details
Copy full SHA for c695606
Browse repository at this point
[Feat] 회원 탈퇴 API 추가
y11n
committed
1f639a5
View commit details
Copy full SHA for 1f639a5
Browse repository at this point
[Feat] 최초 로그인 시 RefreshToken을 저장
y11n
committed
32b1dba
View commit details
Copy full SHA for 32b1dba
Browse repository at this point
[Refactor] CustomSuccessHandler로 RefreshToken 저장 로직 이동
y11n
committed
33bd382
View commit details
Copy full SHA for 33bd382
Browse repository at this point
Commits on Aug 18, 2025
Merge branch 'develop' into Feat/#39-delete-user
y11n
committed
b7cfbcb
View commit details
Copy full SHA for b7cfbcb
Browse repository at this point
Commits on Aug 22, 2025
[Feat] AES-GCM로 암호화하는 유틸 클래스 추가
y11n
committed
49539e2
View commit details
Copy full SHA for 49539e2
Browse repository at this point
[Feat] 구글 로그인 시 인가요청 리졸버 추가
Show description for 419c920
y11n
committed
419c920
View commit details
Copy full SHA for 419c920
Browse repository at this point
[Feat] 로그인 과정에서 인증 서버로부터 받은 RefreshToken을 저장
y11n
committed
feb72ff
View commit details
Copy full SHA for feb72ff
Browse repository at this point
[Feat] GoogleClient, KakaoAuthClient, KakaoApiClient 추가
Show description for 2eb36b5
y11n
committed
2eb36b5
View commit details
Copy full SHA for 2eb36b5
Browse repository at this point
[Feat] 구글/카카오 토큰 엔드포인트 응답을 받기 위한 공용 DTO 추가
y11n
committed
faf531e
View commit details
Copy full SHA for faf531e
Browse repository at this point
[Feat] 구글 OAuth 서버에 토큰 재발급과 토큰 회수(revoke) 요청 보내는 client 추가
y11n
committed
ce52fc5
View commit details
Copy full SHA for ce52fc5
Browse repository at this point
[Feat] googleClient로 unlink 요청을 보내는 GoogleOAuthService 추가
y11n
committed
b37edf7
View commit details
Copy full SHA for b37edf7
Browse repository at this point
[Feat] 카카오 연동 해제 및 accessToken 재발급 client 추가
Show description for a512edc
y11n
committed
a512edc
View commit details
Copy full SHA for a512edc
Browse repository at this point
[Feat] Kakao 인증 서버로 요청 보내는 KakaoOAuthService 추가
Show description for 793f87b
y11n
committed
793f87b
View commit details
Copy full SHA for 793f87b
Browse repository at this point
[Feat] Google/Kakao 서버와 연결을 해제하는 로직 추가
Show description for d3c15a8
y11n
committed
d3c15a8
View commit details
Copy full SHA for d3c15a8
Browse repository at this point
[Feat] 회원 탈퇴 로직 추가
y11n
committed
e8eb611
View commit details
Copy full SHA for e8eb611
Browse repository at this point
[Build] Flyway 의존성 추가
y11n
committed
5bcbda9
View commit details
Copy full SHA for 5bcbda9
Browse repository at this point
Commits on Aug 24, 2025
Merge pull request #54 from Team-StudyLog/Feat/#39-delete-user
Show description for f89c71c
chaeminyu
authored
f89c71c
View commit details
Copy full SHA for f89c71c
Browse repository at this point
[Feat] 로그아웃 메소드 추가
y11n
committed
54c09da
View commit details
Copy full SHA for 54c09da
Browse repository at this point
[Feat] 로그아웃 요청 처리할 메소드 추가 및 회원 탈퇴 시 refresh 쿠키 리셋
y11n
committed
7a54036
View commit details
Copy full SHA for 7a54036
Browse repository at this point
[Chore] flyway V1 파일 이름 변경
y11n
committed
e3443ff
View commit details
Copy full SHA for e3443ff
Browse repository at this point
Merge pull request #57 from Team-StudyLog/Feat/#56-logout-api
Show description for 6a5934f
y11n
authored
6a5934f
View commit details
Copy full SHA for 6a5934f
Browse repository at this point
You can’t perform that action at this time.