The toy Bearer token example keeps its boundary narrow.
What this toy model checks
The trust boundary parses one GET request, one Bearer Authorization header, one allow-list row, one empty response, and the exact match checks.
recompute Bearer rows
Honesty boundary
NOTE: toy HTTP Bearer token check only; not JWTs, OAuth flows, token signing, expiration, scopes, refresh tokens, TLS, cookies, CSRF, revocation, storage, logging, replay protection, rate limits, HTTP/2 or HTTP/3, frameworks, or production auth config.
toy Bearer token only
No client compute
The page shows already validated rows. It does not compare auth tokens in browser code.
static validated rows
Summary
A Bearer token can be opaque: this toy server accepts it only by exact match.
opaque token matched