This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
LibreChat
Watch
1
Star
0
Fork
You've already forked LibreChat
0
mirror of
https://github.com/danny-avila/LibreChat.git
synced
2025-12-20 02:10:15 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
fix/mcp-oauth-expiry-bug
LibreChat
/
packages
/
api
/
src
/
auth
/
index.ts
3 lines
52 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
📧 fix: Case-Insensitive Domain Matching (#9868) * chore: move domain related functions to `packages/api` * fix: isEmailDomainAllowed for case-insensitive domain matching - Added tests to validate case-insensitive matching for email domains in various scenarios. - Updated isEmailDomainAllowed function to convert email domains to lowercase for consistent comparison. - Improved handling of null/undefined entries in allowedDomains. * ci: Mock isEmailDomainAllowed in samlStrategy tests - Added a mock implementation for isEmailDomainAllowed to return true in samlStrategy tests, ensuring consistent behavior during test execution. * ci: Update import of isEmailDomainAllowed in ldapStrategy tests - Changed the import of isEmailDomainAllowed from the domains service to the api package for consistency and to reflect recent refactoring.
2025-09-27 21:20:19 -04:00
export
*
from
'./domain'
;
📧 fix: Missing Email fallback in `openIdJwtLogin` (#9311) * 📧 fix: Missing Email fallback in `openIdJwtLogin` * chore: Add auth module export to index
2025-08-27 12:59:40 -04:00
export
*
from
'./openid'
;
Reference in a new issue
Copy permalink