doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
649 stars 87 forks source link

Feature Request: TOTP support #17

Closed jakeswenson closed 4 years ago

jakeswenson commented 4 years ago

Adding TOTP support could be nice in two cases:

  1. When logging when 2fa is enabled on the account.
  2. The ability to generate a TOTP code from a secret in bitwarden. this might be a new command like rbw code <name> [<user>]

I have a rust crate that could be used as a starting point for both — otpcli — but there are many others as well.

doy commented 4 years ago

i was already in the process of implementing this when you filed this ticket(:

jakeswenson commented 4 years ago

Wouldn't it be a good idea to keep the request open until its done? Are you building it from scratch or reusing open-source crates?

jakeswenson commented 4 years ago

My bad! You added it already! awesome! thanks!

I will open another request for auto 2fa support

nikaro commented 4 years ago

When do you plan to release a version with this feature?

doy commented 4 years ago

oh, sorry, i didn't realize i forgot to actually make a release - i'll do that tonight

nikaro commented 4 years ago

I was beginning to think that you had given up on this project :sweat_smile: Thank you!