diff --git a/.storkit/work/1_backlog/446_story_oauth_login_button_in_web_ui.md b/.storkit/work/1_backlog/446_story_oauth_login_button_in_web_ui.md new file mode 100644 index 00000000..37dd327d --- /dev/null +++ b/.storkit/work/1_backlog/446_story_oauth_login_button_in_web_ui.md @@ -0,0 +1,20 @@ +--- +name: "OAuth login button in web UI" +--- + +# Story 446: OAuth login button in web UI + +## User Story + +As a user of the storkit web UI, I want a login button that triggers the Anthropic OAuth flow, so that I can authenticate without manually navigating to /oauth/authorize. + +## Acceptance Criteria + +- [ ] Web UI shows a login/authenticate button when no OAuth token is active +- [ ] Clicking the button navigates to /oauth/authorize which starts the Anthropic OAuth flow +- [ ] After successful OAuth callback, the UI updates to show the authenticated state +- [ ] If already authenticated, the button is hidden or shows the current auth status + +## Out of Scope + +- TBD