feat(clerk-js,shared): Remove expired_token retry flow (#8108)
The previous session token is now always sent in the /tokens POST body (via the `token` param), so the backend no longer needs to request it via a 422 missing_expired_token error and retry. Removes: - MissingExpiredTokenError class and its re-export from @clerk/shared - The catch-and-retry logic in Session.#createTokenResolver - 4 related tests in Session.test.ts
N
Nikos Douvlis committed
25a73fb6d9a1c262759ec7e6a7b5c1048ea18c7a
Parent: 2fb8c5a
Committed by GitHub <noreply@github.com>
on 3/24/2026, 9:05:40 AM