|
|
1b6260ee4e
|
refactor: verify 응답에서 userId 제거
Server CI/CD / deploy (push) Successful in 37s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-04 14:14:39 +09:00 |
|
|
|
d6abac3f0a
|
feat: JWT 검증 엔드포인트 추가 (POST /api/auth/verify)
Server CI/CD / deploy (push) Successful in 1m17s
게임 서버가 클라이언트로부터 받은 JWT를 웹 서버에 전달하면,
서명 검증 + Redis 세션 확인 후 userId와 username을 응답한다.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-04 13:13:26 +09:00 |
|
|
|
3fb182c271
|
feat: 회원가입 API 추가 (POST /api/auth/register)
Server CI/CD / deploy (push) Successful in 37s
- Register 서비스 메서드 추가 (중복 아이디 체크, bcrypt 해시, role: user로 생성)
- Register 핸들러 추가 (빈값, 6자 미만 비밀번호 유효성 검사)
- /api/auth/register 라우트 등록 (public)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-02-24 15:11:34 +09:00 |
|
|
|
17983ad775
|
feat: 유저 관리 API 추가 (목록 조회, 권한 변경, 삭제)
- GET /api/users - 전체 유저 목록 (admin only)
- PATCH /api/users/:id/role - 권한 변경 (admin only)
- DELETE /api/users/:id - 유저 삭제 (admin only)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-02-24 14:52:45 +09:00 |
|
|
|
3345549051
|
Chore: project init
|
2026-02-24 13:18:43 +09:00 |
|