jleclanche / python-bna

Python implementation of the mobile Blizzard Authenticator (TOTP)
https://eu.battle.net/support/en/article/24520
MIT License
250 stars 38 forks source link

Document creating QRCode with qrencode on CLI #8

Closed nakato closed 8 years ago

nakato commented 8 years ago

This is important to the use of external OTP auth applications on phones, so add documentation to outline it.

jleclanche commented 8 years ago

PS: When you commit, make sure to use git commit --amend and git push --force to avoid extra commits.

nakato commented 8 years ago

While I would have liked to add this as an option to bna via pure python, adding deps into bna would require a bit of re-factoring of setup.py. The creation of the QR code is extremely important to the use with a phone apps such as FreeOTP, so I think it is worth adding to documentation.

nakato commented 8 years ago

@jleclanche Wouldn't '-' make this an #h2? I was hoping to have this as a #h3 under the OTP section.

nakato commented 8 years ago

Looks like ~'s are more commonly used for H3, I've updated to that. (and they're far less ugly than _'s on title)

jleclanche commented 8 years ago

Thanks!

nakato commented 8 years ago

Cheers