Skip to content

Commit 5811129

Browse files
committed
docs(gauth): document redirect_uri
1 parent 9ca573a commit 5811129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpapi/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Auth 端點提供適合供網頁應用程式使用的認證 API。
2727

2828
## Google 登入
2929

30-
如果您要觸發 Google 登入的流程,請前往 `GET /api/auth/google/login`
30+
如果您要觸發 Google 登入的流程,請前往 `GET /api/auth/google/login`可以帶入 `redirect_uri` 參數來在登入完成後轉導到指定畫面。
3131

3232
這個頁面會重新導向到 Google 的登入頁面,登入後會回到 `POST /api/auth/google/callback` 並進行帳號登入和註冊手續。

0 commit comments

Comments
 (0)