> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/app/web-auth.md).

# 웹 인증

PC 웹 관리자 페이지(`https://admin.dansokgogo.com/`) 로그인 화면에 표시된 QR을 모바일 앱으로 스캔해 PC 로그인을 빠르게 인증하는 기능입니다. PC에서 소셜 로그인 창을 띄울 필요 없이, 이미 로그인된 모바일 앱이 인증을 대신해 줍니다.

<figure><img src="/files/GuIQytpVcgJWRIgTL2Mn" alt=""><figcaption></figcaption></figure>

## 사용 절차

1. PC에서 `https://admin.dansokgogo.com/` 에 접속하면 화면에 인증용 QR이 표시됩니다.
2. 모바일 앱 [홈 화면](/dansokgogo/undefined-1/app/home.md) → 우측 하단 **추가 메뉴(플로팅 버튼)** → **웹 인증** 을 누릅니다.
3. 카메라가 열리면 PC 화면의 QR을 비춥니다.
4. 인증이 성공하면 PC 웹 관리자 페이지가 자동으로 로그인된 화면으로 전환됩니다.

## 유의사항

* 모바일 앱이 이미 단속고고에 로그인된 상태여야 합니다. 로그아웃 상태라면 먼저 모바일에서 로그인해 주세요.
* QR은 약 **1분 후 자동 만료**되며 다시 스캔이 필요합니다.
* PC와 모바일 앱은 서로 다른 네트워크에서도 동작합니다(인터넷 연결만 있으면 됩니다).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://chord-on-code.gitbook.io/dansokgogo/undefined-1/app/web-auth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
