adobe-to-docusign-migrator/web/static
Paul Huliganga 1383586d91 fix: use existing Adobe Sign redirect URI (localhost:8080) in web UI
The Adobe Sign OAuth app has https://localhost:8080/callback registered
(same as CLI). The web UI now uses the same manual paste flow:
- GET /api/auth/adobe/url returns the auth URL for the frontend to open
- POST /api/auth/adobe/exchange accepts the full redirect URL the user
  copies after authorizing, extracts the code, exchanges for tokens
- Dialog UI guides user through the 3-step process

DocuSign keeps its standard redirect callback flow unchanged.
31/31 tests passing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 15:20:10 -04:00
..
app.js fix: use existing Adobe Sign redirect URI (localhost:8080) in web UI 2026-04-17 15:20:10 -04:00
index.html feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
style.css fix: use existing Adobe Sign redirect URI (localhost:8080) in web UI 2026-04-17 15:20:10 -04:00