stack/packages
Bilal Godil b874da4a1b fix(rde): validate the incoming token pair in updateAccessToken; route prefetch through runAsynchronously
The session-ownership guard recomputed the key from the session's existing
refresh token, so refresh-backed sessions accepted any access token. Validate
the incoming token pair against this.sessionKey instead, so a foreign token
can't be installed into either an access-only or a refresh-backed session.

Also route the sign-in current-user prefetch through runAsynchronously instead
of swallowing failures with .catch(() => {}), per the project's async-error
handling guideline.
2026-06-08 13:08:18 -07:00
..
cli chore: update package versions 2026-06-08 18:18:54 +00:00
dashboard-ui-components chore: update package versions 2026-06-08 18:18:54 +00:00
js chore: update package versions 2026-06-08 18:18:54 +00:00
next chore: update package versions 2026-06-08 18:18:54 +00:00
react chore: update package versions 2026-06-08 18:18:54 +00:00
sc chore: update package versions 2026-06-08 18:18:54 +00:00
shared fix(rde): validate the incoming token pair in updateAccessToken; route prefetch through runAsynchronously 2026-06-08 13:08:18 -07:00
tanstack-start chore: update package versions 2026-06-08 18:18:54 +00:00
template fix(rde): validate the incoming token pair in updateAccessToken; route prefetch through runAsynchronously 2026-06-08 13:08:18 -07:00
ui chore: update package versions 2026-06-08 18:18:54 +00:00