LibreChat/api/server
Danny Avila cc51ce4e73
fix: refresh token handling when reusing OpenID Tokens with no offline_access claim
- Updated the refreshController to check for access token and user ID when a refresh token is not provided, improving user session management.
- Added logic to handle expired access tokens, redirecting users to the login page if necessary.
- Enhanced logging in setOpenIDAuthTokens to provide clearer warnings when no refresh token is available, improving traceability of session issues.
2026-02-09 15:43:34 -05:00
..
controllers fix: refresh token handling when reusing OpenID Tokens with no offline_access claim 2026-02-09 15:43:34 -05:00
middleware 🛸 feat: Remote Agent Access with External API Support (#11503) 2026-01-28 17:44:33 -05:00
routes 🛸 feat: Remote Agent Access with External API Support (#11503) 2026-01-28 17:44:33 -05:00
services fix: refresh token handling when reusing OpenID Tokens with no offline_access claim 2026-02-09 15:43:34 -05:00
utils feat: Add Claude conversation importer with thinking support (#11124) 2025-12-29 21:37:52 -05:00
cleanup.js ⏸ refactor: Improve UX for Parallel Streams (Multi-Convo) (#11096) 2025-12-25 01:43:54 -05:00
experimental.js 🛸 feat: Remote Agent Access with External API Support (#11503) 2026-01-28 17:44:33 -05:00
index.js 🛸 feat: Remote Agent Access with External API Support (#11503) 2026-01-28 17:44:33 -05:00
index.spec.js 🚦 refactor: Concurrent Request Limiter for Resumable Streams (#11167) 2026-01-01 11:10:56 -05:00
socialLogins.js 🍪 refactor: Secure Cookie Setting for Localhost OAuth Sessions (#11518) 2026-01-26 11:28:50 -05:00