Commit Graph

3 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
0e67583da5 feat: show Demo Bank credentials on Step 3 with copy buttons
All checks were successful
Build and Deploy / deploy (push) Successful in 21s
Adds a credential hint box directly in the Tink Link connection UI
showing username (u04877810) and password (vxw774) with copy buttons.
No more hunting in Tink Console during a demo.
2026-05-22 21:49:09 +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