You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Constraint: disabled when AutoSource is off (`ForbiddenError` from `SourceResolver.ensure_auto_source_enabled!`).
31
+
-**Feed creation (`POST /api/v1/feeds`)**: Authenticated via bearer token in `app/web/security/auth.rb`; this endpoint mints feed tokens for subsequent token-backed reads.
26
32
27
33
### 2. Resolution
28
34
29
-
The `Html2rss::Web::Feeds::SourceResolver` determines where the feed configuration comes from:
35
+
The `Html2rss::Web::Feeds::SourceResolver` determines where feed configuration comes from based on route target:
30
36
31
-
-**Static**: Pre-defined in `config/feeds.yml`.
32
-
-**Dynamic**: Generated on-the-fly via the `/api/v1/feeds` endpoint (AutoSource).
37
+
-**Static (`target_kind: :static`)**: Pre-defined in `config/feeds.yml`.
0 commit comments