Skip to content

🔐 Auth API

/auth/ 하위에서 동작하는 인증 관련 API 목록입니다.

기능 메서드 어느특화
회원가입 POST /auth/signup/
로그인 POST /auth/login/
토큰 감사 POST /auth/token/refresh/
이메일 인증 코드 전송 POST /auth/email-verify/send/
이메일 인증 확인 POST /auth/email-verify/confirm/
비밀번호 재설정 요청 POST /auth/reset-password-request/
비밀번호 링크 확인 GET /auth/reset-password-validate/
비밀번호 재설정 완료 POST /auth/reset-password-confirm/
아이디 찾기 POST /auth/find-id/
현재 로그인 사용자 정보 조회 GET /auth/me/