pass-otp icon indicating copy to clipboard operation
pass-otp copied to clipboard

discordapp.com incompatability

Open juicetin opened this issue 7 years ago • 5 comments

Hi,

It seems that for some reason, the 2FA TOTP at discordapp.com does not seem to work with pass-totp, using any of SHA-1, SHA-256, or SHA-512. It does work with other mobile authentication apps though (e.g. Authy or Google Authenticator), so I'm not sure if I'm missing something here.

Will provide more info as needed.

juicetin avatar Aug 11 '17 04:08 juicetin

This seems to work using FreeOTP, I wonder what algorithm they use for Discord?

meme avatar Feb 15 '18 01:02 meme

FYI this works fine for me using the default format and algorithm.

bl1nk avatar Aug 12 '18 21:08 bl1nk

Not working for me either. gopasspw/gopass's implementation likewise doesn't seem to work.

jbalme avatar Jan 12 '19 08:01 jbalme

works for me on discord. here is what it looks like (nothing seems strange to me):

otpauth://totp/discordapp.com:xxxxxxxxxxx%40xxxxx.xxx?secret=xxxxxxxxxxxxxxxx&issuer=discordapp.com

please close if it works

NilsIrl avatar Jan 26 '20 00:01 NilsIrl

Works properly on discord for me, manually added using:

pass otp append -e -s -i Discord discord with the result otpauth://totp/Discord?secret=xxxxxxxxxxxxxxxx&issuer=Discord

Steve-V avatar Jun 13 '20 15:06 Steve-V