trezor / connect

:link: A platform for easy integration of Trezor into 3rd party services
Other
349 stars 262 forks source link

requestLogin() with passphrase? #353

Closed pruflyos closed 5 years ago

pruflyos commented 5 years ago

The documentation of https://github.com/trezor/connect/docs/methods/requestLogin.md kind of suggests that you can set the param useEmptyPassphrase to false. I guess this should cause the flow to ask for an additional passphrase on login, right? Well it doesn't seem to work right now. Even with useEmptyPassphrase: false no passphrase is asked during requestLogin.

szymonlesisz commented 5 years ago

requestLogin is designed to be paswordless, same as cipherKeyValue. Yes, you are right that docs could be misleading with this param so i've updated it. Thanks