app.protoimsg.chat.authVerify

lexicon.store View official

{
  "id": "app.protoimsg.chat.authVerify",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "nonce",
          "createdAt"
        ],
        "properties": {
          "nonce": {
            "type": "string",
            "description": "Server-issued challenge nonce to prove write access."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this verification record was created."
          }
        }
      },
      "description": "Ephemeral challenge-response auth record. Client writes this to prove PDS write access during login, server verifies the nonce, then client deletes it immediately."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.protoimsg.chat.authVerify

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreihuelh2qsanubqumn6hnbpqe2westoqfhvn5kiwbtkkrpdso4psmy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.protoimsg.chat.authVerify

Lexicon Garden

@