api-client/packages/hoppscotch-selfhost-web/src/platform/auth
Shreyas eee92bbeeb
fix(desktop): token validation and cookie parsing (#5569)
This fixes desktop app auth failures where users encounter
 "Session expired" errors when creating environments or
 saving requests despite being logged in.

 The issue occurred because token verify/validation works on web
 (cookie-based auth) but fails on desktop (bearer token auth). The
 desktop implementation had flaky response parsing in
 `verifyAuthTokens()`.

 Includes some future proofing work around cookie parsing
 in `setAuthCookies()`, for Set-Cookie headers contain commas
 or are concatenated with newlines (see #5394).
2025-11-10 23:10:43 +05:30
..
desktop fix(desktop): token validation and cookie parsing (#5569) 2025-11-10 23:10:43 +05:30
web feat: add auth refresh token flow if token expires (#5490) 2025-10-26 22:24:59 +05:30