# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/mto5ama
谷歌身份驗證器是怎麼工作的?**
谷歌身份驗證器(或其他類型的雙因素身份驗證器)如何工作?谷歌身份驗證器是一種基於軟件的身份驗證器,可實現兩步驗證服務(2FA)。下圖提供了詳細信息。其中涉及兩個階段:階段 1 - 用戶啓用 Google 兩步驗證 階段 2 - 用戶使用驗證器登錄 第一階段----步驟 1 和 2:Bob 打開網頁以啓用兩步驗證。前端請求一個密鑰。驗證服務會爲 Bob 生成密鑰,並將其存儲在數據庫中。 ⌘ Read more