You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field Guide artifact, "Tokens, cookies & sessions" concept: shows the old three-cookie table while its own Chapter 1 correctly describes better-auth — the document contradicts itself
Rewrite the README auth/session section to match the current architecture (cookie pair + ep_checkout_session; correct handler mounting; /api/ep/ep/* URL shape)
Fix the Field Guide's session concept section (three-cookie table → two-layer model)
Sweep COMPONENTS.md for stale session references
Cross-link both documents to the session internals guide so there is one explanation-of-record
Reference for the correct model: the "EP Session System — Internals Guide" (invariants, boundary map, seven HTTP flows).
Problem
The written record contradicts the code (post-#273 better-auth cutover):
ep_token,ep_account,accountStatus) — none of which exist. It also showstoNextJsHandler(epAuth); the working form istoNextJsHandler(epAuth.handler)Fix
ep_checkout_session; correct handler mounting;/api/ep/ep/*URL shape)Reference for the correct model: the "EP Session System — Internals Guide" (invariants, boundary map, seven HTTP flows).