feat(auth): JWT 기반 Google 로그인 인증 API 구현 #1
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auth-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
API
POST /api/auth/google— Google 로그인 → JWT 발급GET /api/auth/me— 현재 사용자 정보 조회POST /api/auth/logout— 로그아웃 (204)Test Plan
./mvnw clean compile빌드 성공/api/health200 응답 확인/api/auth/me401 응답 확인 (미인증)guide.gc-si.dev/api/health동작 확인🤖 Generated with Claude Code