feat(auth): JWT 기반 자체 인증 시스템 구현 #1
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auth-system"
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
Test plan
docker-compose down -v && up -d후psql -U wing_auth -d wing_auth접속 확인POST /api/auth/login→ Set-Cookie 확인 →GET /api/auth/me확인🤖 Generated with Claude Code