-
Hi,
For example, given the following otpauth:
`otpauth://totp/Hello%20Service%20%28Hi%20Service%29%3Ame%40gmail.com?secret=SECRET&issuer=Hello%20Service%20%28Hi%20Service%29&algorithm=SHA1&digit…
-
### Version
5.2.0
### Details & Steps to reproduce
When importing Microsoft entries (always starting with Microsoft:) from Google Authenticator on Android via live scan function the entries show up…
-
According to this the label is "URI-encoded string": https://github.com/google/google-authenticator/wiki/Key-Uri-Format
However, if I paste in my URI and click Decode, WinAuth doesn't correctly dec…
-
Google Authenticator is one of the most widely-used non-free 2FA apps. It has the ability to export and import accounts via a QR code which is supposed to be some sort of a key URI schema. I haven't b…
-
### Description
The 'Import codes from Google Authenticator' screen prompts users to scan a QR code, but this feature is currently only available on mobile apps, not on desktop. On mobile, there is a…
-
otpauth://totp/GitHub:vano99x?secret=ZYIL72547O4NYI47&issuer=GitHub
-
Generated token are considered invalid in my app, I figured that I had to remove the spaces in the name and account
Invalid
`otpauth://totp/My Awesome App:johndoe%3Fsecret=XDQXYCP5AC6FA32FQXDGJSPB…
ghost updated
5 years ago
-
Google Authenticator introduced the [`otpauth` URI scheme](https://github.com/google/google-authenticator/wiki/Key-Uri-Format) to share OTP data (secret, OTP algorithm, HOTP counter, TOTP time window,…
-
replace
line 2: var qr = require('qr-image');
with
var qr = require('qrcode-js');
and
15: // Get QR code URL
16: locals.qrPath = '/qrcode?qrurl=' + encodeURIComponent(locals.secret.otp…
-
Installation of the applet is successfully done on a JC 3.0.4 card from Idemia (Oberthur), following GP spec 2.2.1.
Any plaintext or URL is saved successfully as the payload and returned to a phone…