On Tue, Dec 5, 2017 at 2:38 PM, Masatoshi Kimura <vyv03...@nifty.ne.jp> wrote:
> I went to the 2FA preference on BMO. For me, the only authentication > option was TOTP that requires a smartphone. I do not have a smartphone > like Mark. > TOTP doesn't require a smartphone at all, even though that is how many people use it. Here's a minimal Python implementation that, given a base32-encoded secret, will give you the TOTP authentication code: https://github.com/djc/persona-totp/blob/master/persona.py#L85 Regards, Dirkjan _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform