Implement Etsy access-token refresh-token flow #6

Open
opened 2026-08-20 18:02:06 -06:00 by angel · 0 comments
Owner

ROADMAP.md marked this item's status as uncertain ([?]). Based on the actual code, it isn't uncertain - it's simply not implemented: etsy.go/client.go have no refresh-token call path at all today.

Scope here is just the reactive call: given a stored refresh token, obtain a new access token from Etsy and persist it. Proactively refreshing before expiry via a scheduled job is split out into #30.

ROADMAP.md marked this item's status as uncertain (`[?]`). Based on the actual code, it isn't uncertain - it's simply not implemented: `etsy.go`/`client.go` have no refresh-token call path at all today. Scope here is just the reactive call: given a stored refresh token, obtain a new access token from Etsy and persist it. Proactively refreshing *before* expiry via a scheduled job is split out into #30.
angel added this to the Etsy Integration milestone 2026-08-20 18:02:06 -06:00
angel added this to the MVP project 2026-08-20 18:03:04 -06:00
angel changed title from Confirm/get new Etsy access token using refresh token flow to Implement Etsy access-token refresh-token flow 2026-08-20 23:30:30 -06:00
Sign in to join this conversation.