← Reddit

ID Verification - don't mess it up or you're locked out

Reddit · Canamerican726 · April 15, 2026
A user encountered an ID verification requirement while using Claude on their iPhone, but the request timed out during the verification process when connection was lost in a subway tunnel. The user is now locked out of Claude on both web and iOS platforms, with no apparent way to resolve the lockout through available settings or error dialogs. The issue appears to stem from a backend ID verification requirement that was deployed without corresponding frontend updates.

Detailed Analysis

Anthropic's rollout of mandatory identity verification for certain Claude features, which began around April 15, 2026, has exposed a significant gap between backend policy enforcement and frontend user experience. A Reddit user recounted being mid-verification on their iPhone when a subway tunnel interruption caused the request to time out, leaving the account in a broken intermediate state — recognized by the system as requiring verification, yet offering no accessible pathway to complete or retry the process. Settings menus, privacy pages, and redirects from error dialogs all failed to surface a resolution path, effectively locking the user out of both the web and iOS clients. The incident illustrates a classic deployment risk: pushing a hard authentication gate server-side before the client-side error-recovery flows are fully instrumented and tested.

The verification system itself is implemented through the third-party identity provider Persona, requiring users to submit a government-issued photo ID and a live selfie in a process Anthropic states takes under five minutes. The company has framed the requirement as a tool for abuse prevention, policy enforcement, and legal compliance, with verification triggers including access to high-tier plans like Max, platform-integrity checks, and safety or compliance events. Data is encrypted in transit and at rest and is not used for model training or marketing, with Anthropic acting as data controller but not storing images on its own systems. These are substantive privacy protections, but they do not address the friction point that emerges when the verification flow itself fails mid-process and leaves users with no recovery mechanism.

The broader privacy and security context complicates the rollout further. Persona, the verification subprocessor, has recently faced scrutiny over a data exposure incident connected to Discord users, and the platform shares user data with as many as 17 subprocessors. Critics have argued that mandatory ID verification adds meaningful user risk — particularly around biometric and document data — without materially improving Claude's real-time misuse detection, which is primarily handled through AI refusals and telemetry. This tension between compliance-driven identity gating and the practical security posture it creates is not unique to Anthropic; it reflects a recurring challenge across platforms deploying KYC-style pipelines for AI services.

The user's frustration lands squarely on a product quality argument that has become increasingly prominent as AI companies scale rapidly: the gap between development velocity and release engineering rigor. With Anthropic having raised substantial funding and Claude being used as a primary coding tool by a growing segment of developers, expectations around quality assurance — especially for high-stakes flows like account access and identity verification — are correspondingly high. A timeout during a verification step resulting in a permanent lockout is not a subtle edge case; it is a predictable failure mode in any mobile-first deployment where network interruptions are routine. That this scenario reached production without an obvious retry or recovery path suggests that the verification feature may have been tested primarily under ideal network conditions.

The incident is emblematic of a growing maturity challenge for Anthropic as it transitions from a research-focused organization to a consumer and enterprise platform provider at scale. Identity verification is increasingly common across AI services as regulatory pressure around age verification, export controls, and misuse accountability intensifies — Anthropic's rollout is unrelated to a separate age verification effort using Yoti, indicating multiple compliance tracks running simultaneously. Getting these systems right matters not only for user trust but for the integrity of the compliance goals the verification is meant to serve: a flow that can strand users in an unrecoverable state undermines confidence in the platform's reliability precisely at the moment it is asking users to submit their most sensitive personal documents.

Read original article →