adobe-to-docusign-migrator/tests
Paul Huliganga c63d49e208 fix: Adobe Sign connects via .env refresh token; restore DocuSign OAuth
- GET /api/auth/adobe/connect: reads ADOBE_REFRESH_TOKEN from .env,
  refreshes the access token, stores in session — no login required
- Falls back to OAuth dialog only if no .env credentials exist
- Restores DocuSign OAuth start/callback endpoints alongside JWT connect
- 33/33 tests passing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 15:27:42 -04:00
..
fixtures/expected feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
EDGE-CASES.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
FIELD-TYPE-REGRESSION.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
PLATFORM-QUIRKS.md docs: document Adobe Sign non-standard refresh token endpoint 2026-04-16 12:35:17 -04:00
SCENARIOS.md docs: README, platform quirks, validation notes, and sample reference data 2026-04-15 19:45:46 -04:00
test_api_auth.py fix: Adobe Sign connects via .env refresh token; restore DocuSign OAuth 2026-04-17 15:27:42 -04:00
test_api_health.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_api_migrate.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_api_templates.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_e2e.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_regression.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
test_upload_upsert.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00