-
Does this library support creating app password?
If it does, can you give me an example?
Thanks,
-
As you know, I am using a threaded retrieval and submission of test vectors and responses. I.e. my tool supports up to 32 concurrent connections for either fetching test vectors or submitting response…
-
Currently it appears that Authy does not allow for time periods other than [30 seconds](https://github.com/Yubico/yubioath-android/blob/d1b59b6818307dd7a986a0a13495ce75d4b65aec/app/src/main/kotlin/com…
-
Hello,
I am unable to use this library to generate OTP matching Google Authenticator. The python version https://github.com/pyotp/pyotp works fine though.
Here's an example:
…
-
Feature request for an storing RFC 6238 authenticator secrets and generating codes in the UI. There is a distinct lack of open-source authenticators that can securely store and sync codes, and this wo…
-
The OVH 2FA example is using a numerical input field `` which automatically causes some (but not all) browsers to include the lamented increment/decrement buttons.
2FA algorithms that use numbers a…
-
Hi,
I hacked the following into the rofi-pass script:
`elif [[ $word == ":otp" ]]; then oathtool --totp --base32 "${stuff[${OTP_field}]}" | xdotool type --clearmodifiers --file -;`
which enables OT…
-
Hi.
You used mt_rand to generate TOTP secret, but it isn't cryptographically secure generator and secret can be predicted by 3rd parties. You should use random_int, random_bytes or openssl_random_pse…
-
Two-factor auth uses a standard; the docs should reflect that throughout.
Closes #3.
-
### Actual behaviour
- When test a server address before logon, I get a warn about failed SSL initialization
### Expected behaviour
- Expected to accept connection
### Steps to reproduce
1. …