Skip to content

Commit

Permalink
Add documentation regarding persisting FinTS
Browse files Browse the repository at this point in the history
Also provide the key in the configuration example.json

Refs bnw#149
  • Loading branch information
JuliusFreudenberger committed Dec 28, 2024
1 parent a68ce50 commit c012f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Instead of entering all necessary account information every time, you can load i
Simply create such a JSON-file in the `data/configurations` folder by adapting the provieded [`data/configurations/example.json`](data/configurations/example.json). When starting the app in your browser, you can then choose the JSON-file as a configuration source.
Please note that the `bank_2fa`-value in the JSON file corresponds to the number of the 2-factor authentication as listed in [`app/public/html/collecting-data.twig`](app/public/html/collecting-data.twig).
Thanks to [joBr99](https://github.com/joBr99) for this feature!
If you need to enter a TAN on every import run, you can paste the persistence string you get presented after the import into the configuration file.
Treat this string as a secret, as it provides access to your bank account without a TAN!


Headless usage
Expand Down
1 change: 1 addition & 0 deletions data/configurations/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"bank_url": "https://hbci11.fiducia.de/cgi-bin/hbciservlet",
"bank_2fa": "944",
"bank_2fa_device": "",
"bank_fints_persistence": "",
"firefly_url": "",
"firefly_access_token": "",
"skip_transaction_review": "false",
Expand Down

0 comments on commit c012f92

Please sign in to comment.