Commit Graph

4 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
f6d17ae3c5 fix: customer-facing cleanup — remove internal branding, print→logging, dynamic dates, sandbox note, next steps
All checks were successful
Build and Deploy / deploy (push) Successful in 49s
- main.py: neutral API description (remove 'sales demo')
- base.html: 'Open Banking Demo' nav, neutral footer
- demo.py: /debug-session gated behind DEMO_MODE, all print() → logging,
  webhook receiver has C# signature verification example + Tink docs link,
  removed duplicate import
- demo_data.py: all hardcoded 2026 dates replaced with dynamic date helpers
- step2.html: external_user_id terminology (remove tink_external_ref)
- step.html: sandbox note on Step 3 (anonymous vs production flow)
- step6.html: 'Next Steps' section for C#/.NET implementation
2026-05-23 01:50:20 +02:00
Henrik Jess Nielsen
0fc2698c2b fix: rephrase step 6 summary — less presumptuous, more inviting
All checks were successful
Build and Deploy / deploy (push) Successful in 43s
2026-05-23 01:28:34 +02:00
Henrik Jess Nielsen
3f687bb212 fix: step 6 webhooks demo - replace 404 events API with webhook registration flow
Some checks failed
Build and Deploy / deploy (push) Failing after 10m23s
- Replace /events/v2/* endpoints (404 in sandbox) with /api/v1/webhooks
- Add list_webhooks() and register_webhook() methods to TinkClient
- Step 6 now shows: webhook flow diagram + curl examples + live API + sample payload
- Handle sandbox 404 gracefully (shows example data, no red error)
- Remove .env.production from git tracking (credentials via Gitea secrets)
- deploy.yml: write .env.production from TINK_CLIENT_ID/SECRET secrets
2026-05-22 19:04:06 +02:00
Henrik Jess Nielsen
26a16e3638 First attempt to tink demo
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
2026-05-22 18:30:59 +02:00