darktohka / qbittorrent-plugins

A repository holding the qBittorrent plugins I've written.
10 stars 3 forks source link

Implementig 2FA #5

Closed Gzozo closed 1 year ago

Gzozo commented 1 year ago

Implemented 2FA, the user approximately has 1 minute to change the code in the python file, install a plugin and make a request, otherwise the code will expire. If there was at least one search request with a valid code, the plugin saves the hash of the password, and later it can use it to login.

Implemented #4

Note: Tested with 2FA account, but I couldn't test it with a normal one, however I don't see why wouldn't it work.

darktohka commented 1 year ago

Thank you for your help!