Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 182
    • Issues 182
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 52
    • Merge Requests 52
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #460

Closed
Open
Opened Jan 23, 2021 by Stéphane@miraks
  • Report abuse
  • New issue
Report abuse New issue

[boobank] Idea for double authentification

Hi,

I'm the main developer of Skrooge. Skrooge uses boobank to download transactions from the banks.

The configuration file of weboob is very well done because it allows to put some code to request interactively the password. Like this:

[creditcooperatif]
_module = creditcooperatif
login = 12345
password = `kwallet-query --read-password creditcooperatif --folder Weboob kdewallet`

But,in case of a double authentication (SMS code, click in mobile application, ...) is needed nothing seems to be planned (I'm may be wrong). So, my idea is the following one: use the same mechanism for double authentication. Like this:

[creditcooperatif]
_module = creditcooperatif
login = 12345
password = `kwallet-query --read-password creditcooperatif --folder Weboob kdewallet`
doubleauthent =`zenity --entry --text "Code" --title "Enter code for account 12345" --entry-text=""`

This will allow to prompt the user with a specific action when double authentication is needed. Do you think this could be done ?

Thank you for weboob. Regards.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: weboob/weboob#460