LibreChat/api/server
Danny Avila 1bd874591a
🔧 feat: Add Basic Token Exchange Method for Actions OAuth flow (#7844)
- Enhanced the OAuth callback and action creation processes to include the `token_exchange_method` parameter.
- Updated the `TokenService` to handle different token exchange methods, allowing for either 'default_post' or 'basic_auth_header' approaches.
- Improved the handling of access tokens and refresh tokens based on the specified exchange method.
2025-06-11 22:12:50 -04:00
..
controllers 📋 fix: Agent Resource Deduplication & Sharing Duplicate False Positive (#7835) 2025-06-11 14:17:48 -04:00
middleware 🧠 feat: User Memories for Conversational Context (#7760) 2025-06-07 18:52:22 -04:00
routes 🔧 feat: Add Basic Token Exchange Method for Actions OAuth flow (#7844) 2025-06-11 22:12:50 -04:00
services 🔧 feat: Add Basic Token Exchange Method for Actions OAuth flow (#7844) 2025-06-11 22:12:50 -04:00
utils 🧠 feat: User Memories for Conversational Context (#7760) 2025-06-07 18:52:22 -04:00
cleanup.js 🧠 feat: User Memories for Conversational Context (#7760) 2025-06-07 18:52:22 -04:00
index.js 🧠 feat: User Memories for Conversational Context (#7760) 2025-06-07 18:52:22 -04:00
index.spec.js fix: Debounce setUserContext and Default State Param for OpenID Auth (#7559) 2025-05-25 23:40:37 -04:00
socialLogins.js 🔑 feat: SAML authentication (#6169) 2025-05-29 11:00:58 -04:00