Files
open-webui-custom/src/routes
Xie Yanbo ee82439e67 feat: add Feishu OAuth integration
Implement Feishu OAuth provider using standard client:
- Set up Feishu-specific endpoints for authorization, token, and userinfo
- Use user_id as sub claim for Feishu user identification
- Extract correct user information from nested 'data' field in Feishu responses

Configuration requirements:
- Set FEISHU_CLIENT_ID and FEISHU_CLIENT_SECRET environment variables to enable Feishu OAuth
- Set ENABLE_OAUTH_SIGNUP=true to allow automatic user creation after OAuth login
- Set DEFAULT_USER_ROLE=user to grant immediate access after OAuth registration
- Set OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true to enable merging of existing user accounts with matching emails
2025-09-12 14:09:32 +08:00
..
2025-08-26 13:15:47 +04:00
2025-09-12 14:09:32 +08:00
2025-08-17 03:24:05 +04:00
2025-08-09 02:00:21 +04:00
2024-10-07 18:19:13 -07:00
2025-06-27 04:35:28 -04:00
2025-09-08 19:12:20 +04:00