adobe-to-docusign-migrator/web/static
Paul Huliganga aa88ba363d fix: DocuSign connects via JWT grant from .env, no browser sign-in
Replaces the DocuSign OAuth redirect flow with a direct JWT grant call
using credentials already in .env (same as the CLI). Clicking
"Connect DocuSign" now calls GET /api/auth/docusign/connect which calls
get_access_token() and stores the result in the session cookie.

No email sign-in required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 15:24:50 -04:00
..
app.js fix: DocuSign connects via JWT grant from .env, no browser sign-in 2026-04-17 15:24:50 -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