ZhuJW e5d3c957de feat(auth): enhance SSO integration and token management
- add buildAuthorization function for token handling
- implement consumeAuthTokensFromUrl to extract tokens from URL
- update axios request interceptor to handle authorization
- improve error handling for unauthorized access
- refactor app.py to validate JWT tokens and manage user sessions
- add auth_guard for claim-based authorization checks
- create auth_user model for user profile management
- update README with service details and setup instructions
2026-06-24 18:20:00 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00
2026-04-16 16:31:48 +08:00

MB FST data production line infra code base

this repo include all FST data production line code, include cloud infra scripts, micro service apps, pipelines code, tool scripts and sql. overall structure:

fst_data_pipeline/
├── config                # 统一配置管理 (YAML/ENV文件)
├── fst_data_pipeline     # python source code package
│   ├── apps              # 所有微服务应用
│   ├── core              # shared lib and utils
│   ├── pipelines         # 所有数据自动化处理pipeline
├── infra                 # 基础设施定义 (Docker file/Terraform/K8s)
├── scripts               # 非自动化的工具脚本
├── pyproject.toml        # 项目toml
├── code_format_all.sh    # 代码格式化和lint检查脚本
├── README.md
└── uv.lock
Description
No description provided
Readme 5.8 MiB
Languages
Python 89.7%
HTML 8%
Shell 1.1%
JavaScript 0.8%
CSS 0.2%
Other 0.2%