api-client/packages
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
..
codemirror-lang-graphql chore: security patch for the dependency chain (#5487) 2025-10-22 18:48:20 +05:30
hoppscotch-agent chore(agent): bump version to v0.1.15 (#5531) 2025-10-30 11:42:09 +05:30
hoppscotch-backend fix: prevent log injection 2025-10-30 23:06:42 +05:30
hoppscotch-cli chore: bump CLI version 2025-10-27 23:06:27 +05:30
hoppscotch-common fix(desktop): token validation and cookie parsing (#5569) 2025-11-10 23:10:43 +05:30
hoppscotch-data feat: add $randomCompanyName predefined variable (#5479) 2025-10-27 20:59:39 +05:30
hoppscotch-desktop chore: bump version to 2025.10.0 2025-10-27 23:04:50 +05:30
hoppscotch-js-sandbox fix(js-sandbox): improve scripting value handling and serialization 2025-10-29 20:55:07 +05:30
hoppscotch-kernel feat(relay): control redirect follow (#5508) 2025-10-27 17:41:58 +05:30
hoppscotch-relay feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
hoppscotch-selfhost-desktop fix (common): address mock server issues and improve the UI (#5517) 2025-10-29 16:25:02 +05:30
hoppscotch-selfhost-web fix(desktop): token validation and cookie parsing (#5569) 2025-11-10 23:10:43 +05:30
hoppscotch-sh-admin fix (common): address mock server issues and improve the UI (#5517) 2025-10-29 16:25:02 +05:30