firefly-iii-fints-importer icon indicating copy to clipboard operation
firefly-iii-fints-importer copied to clipboard

Implement email notification for TAN challenges during an automated run

Open Bur0k opened this issue 1 year ago • 2 comments

During an headless import (GET Parameter automate and config set) it can happen that a TAN challenge is posed. In this case the user usually doesn't sit in front of the browser or terminal.

Therefore an email notification can help and this PR implements this. The configuration required for this to work is in the .json under the tan_required_email_notification object (See example.json). All fields are required to be non empty, else the email notification won't be enabled.

Question:

  1. I didn't want to save every email config entry in the session. Therefore I just reread the configuration file. Is this fine?

solves #75

Bur0k avatar Oct 04 '23 21:10 Bur0k