Back

EdgeCase Directory

Showing documented patterns.

Sort by
SpringBootMedium

The SameSite Cookie Routing Blindspot

Decoupling strict authentication policies from cross-site routing layers to prevent browsers from stripping HTTP-only refresh cookies on OAuth2 redirects.

2026-07-31
Cookie DefenseOAuth2Security
Open Workspace
SpringBootMedium

The No-Password Null Pointer Crash

Eliminating runtime filter crashes on social login profiles by defensively stubbing uninitialized credentials, ensuring seamless coexistence between OAuth2 provider sync and traditional password authentication layers.

2026-07-07
SecurityAuthentication
Open Workspace
ReactMedium

The Tab Split-Personality Syndrome

Preventing client-side authentication drift across multiple browser windows by catching cross-tab storage mutations in real-time, keeping the UI context consistent and secure.

2026-06-27
State ManagementSecurity
Open Workspace
SpringBootHigh

The False Alarm Rotation Race

Managing rapid duplicate authentication requests by temporarily caching recently rotated tokens, ensuring that network retries don't trigger false security alarms or lock users out.

2026-06-22
ConcurrencySecurity
Open Workspace
ReactHigh

Stale Checkout Syndrome

Preventing the 'Stale Cart' issue where the website still shows items you already bought, ensuring the browser and the server stay in sync so the checkout process works correctly every time.

2026-06-19
State ManagementConcurrency
Open Workspace