Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 276 Bytes

File metadata and controls

5 lines (4 loc) · 276 Bytes
@clerk/clerk-js patch

Skip expired_token retry flow when Session Minter is enabled. When sessionMinter is on, the token is sent in the POST body, so the retry-with-expired-token fallback is unnecessary. The retry flow is preserved for non-Session Minter mode.