Private
Public Access
1
0
Files
Purrse/frontend/src
Catherine Renelle 9b81a8e37e Fix auth refresh retry loop on expired tokens
The 401 interceptor was re-triggering itself when the refresh call
also returned 401, causing repeated requests before eventually
logging out. Add guards to skip refresh for the refresh endpoint
itself and prevent any request from retrying more than once.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 20:02:07 -05:00
..