https://shipreadyai.dev/learn/verify/auth-flows

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# Sign in and account flows

Whether sign in, password or code reset, and session expiry behave under real use.

## Why a check from outside cannot see it

A check never signs in. It has no account, no password and no permission to create one, so every behaviour behind the login is out of reach by design.

## How to check it yourself

1. Create two accounts and sign in to each in a different browser.
2. Copy a private address from the first account and open it in the second.
3. Then try the same through the API rather than the interface, because the two often disagree.

## What a Launch Review does instead

A reviewer signs in with two accounts, crosses the boundary on purpose, and checks session expiry and reset behaviour.
