Mark Bao
Mark Bao
It is, sorry about that. The link above contains the repo for the demo if you want to look at the code.
@carbonphyber Thank you for taking the time to do the testing and writeup as well as your suggestions for improvement. I think improving the documentation in the areas that you...
@LukeXF Are you using the npm 2.0.0 version of the package, or the latest master from git? In the npm version, label is not URL-encoded: https://github.com/speakeasyjs/speakeasy/blob/4e0aa91dee166306e07ea11e371d5a5df95f4391/index.js#L644 In the latest master...
Sorry for the delay. I'm thinking about what to do about the breaking changes but will work on a 3.0 release soon.
Kaos, thanks for your comment. I agree—I personally wouldn't send over keys to the Google API—but it's an option that is set to `false` by default: > `qr_codes` (default `false`):...
Are you still having this issue with the latest version is Speakeasy?
Hi there, can you check that the time is accurate both on the device you’re using to get tokens (the device running Google Authenticator), as well as the server running...
Thanks for checking those. So the JS code is running on the client? The package doesn’t support (as in, it hasn’t been tested) usage on the client side - it’s...
I don’t think clock sync is the issue here - usually it is when the clock is significantly out of sync, which it isn’t in this case. Can you try...
All, sorry for the late response here. I've been busy with work and haven't been able to make plans for the next release because of the breaking changes it would...