# 인증 흐름

1. 다음을 통해 로그인합니다 **이메일 OTP 또는 소셜 로그인**.
2. 다음 항목을 생성하라는 안내가 표시됩니다 **패스키(Touch ID, Face ID, Windows Hello)**.
3. 하나의 **생체 인증** 해당 위치에 저장되는 패스키를 생성합니다 **Secure Enclave**.
4. Dynamic은 다음을 전송합니다 **챌린지**, 이는 Turnkey를 사용해 서명 및 검증됩니다.
5. Turnkey는 이 데이터를 다음 위치에 있는 **AWS Nitro Enclave**, 이를 통해 패스키를 사용자의 지갑에 연결합니다.
6. 사용자는 이제 **패스키를 사용해 트랜잭션에 서명할 수 있습니다**.


---

# Agent Instructions: 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:

```
GET https://docs.defi.app/knowledge-base/ko/wallets/private-key-management/authentication-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
