dim13 / otpauth

Google Authenticator migration decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: ability to serve QR code with a tiny http server and open browser

deed02392 opened this issue · comments

eg:

$ ./otpauth -web -qr -link [...]
Serving QR code image on http://localhost:46544

Use system API to pick an ephemeral port.

Could also use system API to trigger the default scheme handler for HTTP, which on most platforms will immediately open a browser tab or window displaying the QR code.