monich / harbour-foilauth

Secure OTP (One-Time Password) generator for Sailfish OS
https://openrepos.net/content/slava/foil-auth
Other
11 stars 6 forks source link

Support otpauth-migration://offline?data= QR codes #21

Closed monich closed 2 years ago

monich commented 3 years ago

Those get produced by Google Authenticator 's "Transfer accounts" => "Export accounts" feature and look like this:

Screenshot_20210405_001

monich commented 3 years ago

Some support for those was added in version 1.0.17 but so far it only allows to pick one of the tokens encoded in such a QR code, still need to add UI for bulk import (add multiple tokens at once).

monich commented 3 years ago

Version 1.0.18 supports export of multiple tokens via otpauth-migration://offline QR code. Bulk import is the last missing piece.

monich commented 2 years ago

The last missing piece (bulk import) is implemented in version 1.1.3

Done!