issues Search Results · language:Dune language:JavaScript language:Python language:Java language:HTML language:JavaScript
Filter by
62.1M results
概要
app/core/config.py の Settings に JWT audience 設定フィールドを追加する。
受け入れ条件
- [ ] jwt_audience: str | None = None を追加する(環境変数: JWT_AUDIENCE、省略可)
- [ ] 既存のテストがパスする
参照
- work/todo/auth.md
enhancement
Testing the workflow.
概要
app/core/config.py の Settings に JWT issuer 設定フィールドを追加する。
受け入れ条件
- [ ] jwt_issuer: str | None = None を追加する(環境変数: JWT_ISSUER、省略可)
- [ ] 既存のテストがパスする
参照
- work/todo/auth.md
enhancement
概要
app/core/config.py の Settings に JWT 署名シークレットの設定フィールドを追加する。
受け入れ条件
- [ ] jwt_signing_secret: SecretStr を追加する(環境変数: JWT_SIGNING_SECRET、必須)
- [ ] 既存のテストがパスする(テスト用のダミー値を fixtures で設定する)
参照
- ...
enhancement
Description
The Projects page (/projects) crashes entirely on mobile devices with a ReferenceError, triggering the ErrorBoundary.
The page is completely unusable on mobile.
Problem Description
When ...
Summary
Two related problems with the term_chart.py terminal-preview flow surfaced while running the factiq skill (plugin
v0.10.3) to publish a shared chart:
1. The ASCII preview never reaches the user ...
概要
Phase 3 認証基盤の前提として PyJWT を追加する。
背景・動機
JWT 認証の実装に必要。python-jose より軽量でメンテナンスが活発なため PyJWT を採用する。
受け入れ条件
- [ ] uv add PyJWT を実行する
- [ ] pyproject.toml および uv.lock に記録される
- [ ] uv run python -m ...
enhancement
The docs/ folder has accumulated clutter and drifted from a clean tracked/untracked state. Audit what is in there and
reorganize so the folder is easy to scan and every file has a clear home.
Current ...
documentation
概要
app/main.py の create_app 関数に以下のモジュールを組み込む。
受け入れ条件
- [ ] configure_app_logging を lifespan の開始時に呼び出す
- [ ] configure_exception_handlers(app) を create_app で呼び出す
- [ ] access_log_middleware を app.middleware( ...
enhancement
概要
app/core/dependencies.py に共通 FastAPI 依存性を実装する。
受け入れ条件
- [ ] Pagination 依存性を実装する(page: int = 1, page_size: int = 20)
- [ ] get_current_settings(request: Request) - Settings を実装する(request.app.state.settings ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.