> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 驗證與登入安全性

> 了解 Craft 的登入方式與應用安全性功能。

Craft 提供多種安全的驗證方法，以保護您的帳戶與內容。

## 可用的驗證方法

Craft 目前支援三種驗證方式：

* **電子郵件驗證**：系統會寄送一次性驗證碼到您的電子郵件信箱
* **Apple ID**：使用 Apple ID 登入
* **Google Authentication**：使用 Google 帳戶登入

<Info title="免密碼登入">
  Craft 採用以電子郵件為基礎、以一次性驗證碼進行登入的方式，取代傳統密碼，能降低遭受釣魚攻擊與常見資安漏洞的風險。
</Info>

## 在 iOS 與 iPadOS 上的應用鎖定

在 iOS 與 iPadOS 裝置上，您可以透過生物辨識來將整個 Craft 應用程式上鎖，為安全性增加一層防護：

<Steps>
  <Step>
    開啟 Craft，前往個人設定
  </Step>

  <Step>
    選擇 **安全性**
  </Step>

  <Step>
    啟用 **以 Touch ID/Face ID 鎖定 Craft**
  </Step>
</Steps>

啟用後，每次開啟 Craft 時都需要使用 Touch ID 或 Face ID 驗證身分。

## 文件層級的保護

目前 Craft 尚不支援為單一文件設定密碼；不過我們已將此功能列入未來開發計畫。

目前可採取的作法：

* 在 iOS / iPadOS 上使用應用程式層級的鎖定（如上所述）
* 透過分享權限控制文件存取
* 為已發布的網頁啟用通行碼保護

## 未來的驗證選項

我們計畫陸續加入更多驗證選項與資安功能。請稍後回來查看更新，或追蹤發行說明以取得新功能與安全性改進的公告。

## 相關文章

<CardGroup cols={2}>
  <Card title="加密與資料保護" href="/zh-Hant/account-and-subscription/data-and-security/encryption">
    了解 Craft 如何保護您的資料
  </Card>

  <Card title="資料儲存" href="/zh-Hant/account-and-subscription/data-and-security/data-storage">
    瞭解資料儲存地點與方式
  </Card>

  <Card title="文件鎖定" href="/zh-Hant/account-and-subscription/data-and-security/document-locking">
    保護文件以避免意外編輯
  </Card>
</CardGroup>
