AntiPattern
Token/Session Semantics Mixup
token-session-semantics-mixup
Auth state breaks when clients and backend services treat different credential mechanisms as interchangeable, causing refresh tokens, cookies, and derived access tokens to be misapplied; the result is silent unauthenticated behavior or 401/403 despite tokens appearing valid.