Commit Graph

2 Commits

Author SHA1 Message Date
2d81b498d9 feat: add store (JSON persistence) and Enable Banking API client
store.js: read/write ./data/store.json; holds config, tokens, agreements,
requisitions, account mappings.

eb-client.js: RS256 JWT auth (cached, refreshed 60s before expiry),
wrappers for /aspsps, /auth, /sessions, /accounts/* endpoints.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 10:33:42 +02:00
ccb8efd72a chore: initialise project (package.json, .gitignore)
ESM Node.js project using express, jose, node-fetch, uuid.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 10:33:33 +02:00