From 03026c70cc168969c39d406a34c6fc305d65345c Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 30 Mar 2026 16:27:30 +0000 Subject: [PATCH] storkit: create 446_story_oauth_login_button_in_web_ui --- .../446_story_oauth_login_button_in_web_ui.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/1_backlog/446_story_oauth_login_button_in_web_ui.md 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