Kidsan / blizzard-otp

Use open source apps as MFA devices with battle.net accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BATTLE.NET 2FA With Open Source OTP App

A nix flake providing the necessary python environment to allow registering 2FA apps on battle.net without needing Blizzard's proprietary app.

How to use

  1. Log in to battle.net account overview
  2. On the Security screen select, add a mobile authenticator
$ nix develop
$ bna new # this will output the serial number you must enter into battle.net
$ bna show # this will output the authenticator code you enter into battle.net
  1. Submit the form on battle.net and it should succeed
  2. Add the code to your chosen MFA application
$ bna show-url | qr # this will generate a QR code you can scan in most OTP apps

Not all OTP apps work with the codes battle.net are using. I can only confirm this works with FreeOTP+.

About

Use open source apps as MFA devices with battle.net accounts


Languages

Language:Nix 100.0%