Qluxzz / avanza

A Python library for the unofficial Avanza API
https://qluxzz.github.io/avanza/
MIT License
85 stars 40 forks source link

Add support to login using TOTP Code #34

Closed saxel closed 3 years ago

saxel commented 3 years ago

Added support to be able to login using TOTP Code instead of adding the TOTP Secret.

This is for use cases where you don't want the TOTP Secret to live in whatever environment the script will be running.

Qluxzz commented 3 years ago

LGTM, thanks for helping out!