-
I ask for TOTP authentication token with external app like Aegis (fdroid).
-
It looks like both the QR code URL and some formatting changes are needed to get this to work correctly. Working function as of November 29, 2012:
public function getUrl($user, $hostname, $secret) …
-
Very cool project, thanks for putting so much time into it!
One feature that tends to be very important when exposing services is 2FA/MFA, are you considering supporting the typical 2FA TOTP? This…
gpip updated
2 months ago
-
Step:
1. Create config and TOTP Code Creater
```CSharp
// It is the same as the code generated by the Authenticator App
var totp = new TOTP()
{
secret = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
…
-
Calling `IDXAuthetnicationWrapper.verifyAuthenticator(ProceedContext proceedContext, VerifyAuthenticatorOptions verifyAuthenticatorOptions)` always sets the credential passcode.
This doesn't match …
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/ma…
-
In my NC instance I enabled the default Two-Factor TOTP Provider app https://github.com/nextcloud/twofactor_totp#readme
When logging in using WebAuthn / FIDO2 using a YubiKey, for example, it seems t…
-
```
docker logs adminer
ln: failed to create symbolic link './adminer.css': Permission denied
```
-
**Step to reproduce**
1. Enable TOTP app for user1
2. Via CLI run ```occ twofactorauth:disable user1```
3. Browse to Security section of user1
**Current behavior**
The checkbox is marked
*…
-
Hello everyone,
I am using the library [dart-otp](https://github.com/daegalus/dart-otp) in a flutter app that generate the code and i need to validate this code in c# but i couldn't validate this cod…