Skip to content

Commit

Permalink
Merge pull request #120 from grida-diary/main
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
wwan13 authored Aug 18, 2024
2 parents bcaa317 + 9bd33f9 commit ba7ab1a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class AuthApiDocsTest(
** live : https://kauth.kakao.com/oauth/authorize?client_id=e32f0cc35368a69966b54698b193a794&
redirect_uri=https://grida.today/api/v1/auth/login/kakao&response_type=code<br/>
""".trimIndent()
.lineSequence()
.map { it.trimEnd() }
.joinToString("")
)
queryParameters("code" whichMeans "카카오 인증 토큰")
responseFields(
Expand Down

0 comments on commit ba7ab1a

Please sign in to comment.