First attempt to tink demo
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
Henrik Jess Nielsen
2026-05-22 18:30:59 +02:00
parent ba6d428a43
commit 26a16e3638
20 changed files with 1683 additions and 0 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# Tink API credentials — get these from https://console.tink.com
TINK_CLIENT_ID=your_client_id_here
TINK_CLIENT_SECRET=your_client_secret_here
# Must match what you configure in Tink Console under Redirect URIs
# Local dev: http://localhost:8000/callback
# Production: https://tink-demo.i80.dk/callback
TINK_REDIRECT_URI=http://localhost:8000/callback
# Base URL for this app (used in webhook registration etc.)
APP_BASE_URL=http://localhost:8000
# Secret for signing session cookies (generate with: python -c "import secrets; print(secrets.token_hex(32))")
SESSION_SECRET=change_me_to_a_random_secret
# Tink API base URL (sandbox = production, use test credentials from Tink Console)
TINK_API_BASE=https://api.tink.com
TINK_LINK_BASE=https://link.tink.com