tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

Using Pass with Duo #126

Open SwankyBarbecue4 opened 3 years ago

SwankyBarbecue4 commented 3 years ago

Hi, Is there any way I can use pass-otp to generate my Duo token? The only input I can find that looks remotely close to what pass-otp needs is something like this:

duo://AAAAAAAAAAAAAAAAAAAA-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

The error pass-otp gives is this:

Cannot parse OTP key URI: duo://AAAAAAAAAAAAAAAAAAAA-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Thanks!