Select the types of activity you want to include in your feed.
Accept authorization server URLs in login handler
The /login endpoint now accepts https:// URLs (e.g. https://bsky.social) in addition to AT Protocol handles, enabling "Connect with Bluesky" flows that skip handle entry.
···2233All notable changes to this project will be documented in this file.
4455+## [2.6.0] - 2026-02-15
66+77+### Added
88+99+- **Authorization server URL support**: The `/login` handler now accepts
1010+ authorization server URLs (e.g., `https://bsky.social`) in addition to AT
1111+ Protocol handles. This enables "Connect with Bluesky" flows that skip handle
1212+ entry and redirect directly to a specific auth server.
1313+514## [2.5.1] - 2025-01-09
615716### Fixed