Go to file
jeanGaston 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
src feat: add store (JSON persistence) and Enable Banking API client 2026-04-13 10:33:42 +02:00
.gitignore chore: initialise project (package.json, .gitignore) 2026-04-13 10:33:33 +02:00
package.json chore: initialise project (package.json, .gitignore) 2026-04-13 10:33:33 +02:00