Skip to content

Commit 52b4d4f

Browse files
Zingzyclaude
andcommitted
feat(apps): mark spoo-cli live with loopback redirect URI
The spoo CLI authenticates via the device flow; the backend validates redirect_uri by exact match, so the CLI listens on a fixed loopback port (127.0.0.1:53682). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c8813ab commit 52b4d4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/apps.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,7 @@ apps:
120120
icon: spoo-cli.svg
121121
description: Shorten links from your terminal
122122
verified: true
123-
status: coming_soon
123+
status: live
124124
type: device_auth
125+
redirect_uris:
126+
- http://127.0.0.1:53682/callback

0 commit comments

Comments
 (0)