OAuth2 토큰, 로그인, 회원가입과 관련된 api 문서.
get /oauth2/authorization/kakao
| Name | Required | Type | Description |
|---|---|---|---|
| redirect_uri | O | String | 리다이렉트 uri |
| ex) http://localhost:3000/oauth/redirect |
get /api/v1/users/me
| Name | Type | Description |
|---|---|---|
| nickname | String | 사용자 이름 |
| profileImageUrl | String | 프로필 이미지 URL |