Logo
Explore Help
Register Sign In
Mirrors/open-webui
1
0
Fork 0
You've already forked open-webui
mirror of https://github.com/open-webui/open-webui.git synced 2025-12-16 20:07:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
143d3fbce25419c716853410fc2d41ba40cb7307
open-webui/backend/dev.sh

4 lines
183 B
Bash
Raw Normal View History

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-07-30 16:00:15 +08:00
export CORS_ALLOW_ORIGIN="http://localhost:5173;http://localhost:8080"
refac: SERVER_PORT renamed to PORT
2024-01-12 19:38:30 -08:00
PORT="${PORT:-8080}"
Update dev.sh
2025-07-19 19:43:08 +02:00
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 89ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API