YC / another_authenticator

A two-factor authentication app built with Flutter.
MIT License
42 stars 13 forks source link

Demo QR code? #5

Closed marcel-bluestone closed 3 years ago

marcel-bluestone commented 3 years ago

Is there a demo QR code that can be used to test the library? I don't understand, which information needs to be incorporated and where I can create appropriate codes to be scanned for using the lib.

I'd appreciate an example. Thanks

YC commented 3 years ago

Please note that this app is not really a library. It uses barcode_scan to scan the QR and parses the Uri that is extracted from the QR. First result of 2FA QR generator from Google: https://stefansundin.github.io/2fa-qr/ Perhaps you can describe what you'd like to achieve.

marcel-bluestone commented 3 years ago

Sorry YC for not getting back earlier. I managed to create a barcode with https://stefansundin.github.io/2fa-qr/ and scan it. Then I understood what the example app was supposed to do.

Thanks.