Skip to content

Commit

Permalink
docs(#26): 웹 Google 로그인 과정 통합으로 인한 API 문서 수정
Browse files Browse the repository at this point in the history
- 웹에서 Google 계정으로 로그인하는 과정이 통합되면서 API 문서를 수정했어요.
  • Loading branch information
cabbage16 committed Nov 24, 2024
1 parent 3010fa3 commit 233f7ac
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions src/docs/asciidoc/auth.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
== 인증 Auth

=== Google 계정으로 로그인/회원가입 링크 발급
구글 로그인/회원가입 링크를 발급받을 수 있습니다.
Google 계정으로 로그인 링크를 발급받을 수 있습니다.

==== 요청 형식

Expand All @@ -13,42 +13,37 @@ include::{snippets}/auth-controller-test/구글_로그인_링크를_발급받는
===== 정상 응답
include::{snippets}/auth-controller-test/구글_로그인_링크를_발급받는다/http-response.adoc[]

=== Google Access Token 발급
Google Authorization Code를 통해서 Access Token을 발급받을 수 있습니다.
=== 웹에서 Google 계정으로 로그인
웹에서 Google 계정을 통해서 로그인/회원가입을 할 수 있습니다

==== 요청 형식

===== Query Parameter
include::{snippets}/auth-controller-test/유저가_웹에서_구글_액세스_토큰을_발급받는다/query-parameters.adoc[]
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/query-parameters.adoc[]

==== 요청
include::{snippets}/auth-controller-test/유저가_웹에서_구글_액세스_토큰을_발급받는다/http-request.adoc[]
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/http-request.adoc[]

==== 응답
===== 응답

===== 정상 응답
include::{snippets}/auth-controller-test/유저가_웹에서_구글_액세스_토큰을_발급받는다/response-body.adoc[]
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/http-response.adoc[]

=== Google 계정으로 로그인
Google 계정을 통해서 로그인/회원가입을 할 수 있습니다
=== 앱에서 Google 계정으로 로그인
앱에서 Google 계정을 통해서 로그인/회원가입을 할 수 있습니다

==== 요청 형식

===== Request Fields
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/request-fields.adoc[]
include::{snippets}/auth-controller-test/유저가_앱에서_구글로_로그인한다/request-fields.adoc[]

==== 요청

===== 웹에서 로그인 하는 경우
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/http-request.adoc[]

===== 앱에서 로그인 하는 경우
include::{snippets}/auth-controller-test/유저가_앱에서_구글로_로그인한다/http-request.adoc[]

===== 응답
==== 응답

===== 정상 응답
include::{snippets}/auth-controller-test/유저가_웹에서_구글로_로그인한다/http-response.adoc[]
include::{snippets}/auth-controller-test/유저가_앱에서_구글로_로그인한다/http-response.adoc[]

=== 액세스 토큰 재발급
리프레시 토큰을 입력해 액세스 토큰을 재발급할 수 있습니다.
Expand Down

0 comments on commit 233f7ac

Please sign in to comment.