Skip to content

Auth Router

Seogeurim edited this page Aug 25, 2020 · 7 revisions

Post Auth (로그인) /api/auth/

Body

  • id
  • password

Get Auth (토큰 인증) /api/auth

Headers

  • x-access-token

Get Auth Check (토큰 정보 체크) /api/auth/check

Headers

  • x-access-token

Clone this wiki locally