Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add TOTP 2FA #10

Open
alanjames1987 opened this issue Sep 11, 2021 · 0 comments
Open

[Feature Request] Add TOTP 2FA #10

alanjames1987 opened this issue Sep 11, 2021 · 0 comments
Labels
feature request New feature or request library change required One of the libraries that is used requires an update in order to fix a bug or implement a feature

Comments

@alanjames1987
Copy link
Owner

alanjames1987 commented Sep 11, 2021

Wyze-SDK allows for a time based one time password to be supplied when logging in. This would be passed in something like this:

client = Client(email=WYZE_EMAIL, password=WYZE_PASSWORD, totp=WYZE_TOTP')

A new input field will be presented to the user when connecting the integration to accept the TOTP.

However, this is currently not possible to do because the Wyze-SDK doesn't allow for authenticating without implicitly calling the login method. This is documented in this comment.

@alanjames1987 alanjames1987 added feature request New feature or request library change required One of the libraries that is used requires an update in order to fix a bug or implement a feature labels Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request library change required One of the libraries that is used requires an update in order to fix a bug or implement a feature
Projects
None yet
Development

No branches or pull requests

1 participant